Skip to content

Instantly share code, notes, and snippets.

View srkimir's full-sized avatar

Srdjan Cengic srkimir

  • Bosnia and Herzegovina, Sarajevo
View GitHub Profile
@srkimir
srkimir / gist:3f4ccaed93d2605fbd669642eb739523
Last active September 19, 2017 19:39
Sequelize migrations and models
## Useful links:
https://codeburst.io/sequelize-migrations-setting-up-associations-985d29b61ee7
https://gist.github.com/jsumners/e6b5d0a699f16ba980a3
@srkimir
srkimir / nack-to-dlx.js
Last active May 26, 2016 00:13
nack/reject message to 'x-delayed-message' exchange type
'use strict'
const amqp = require('amqplib')
const STANDARD_EXCHANGE = {
name: 'standard.exchange',
type: 'topic',
options: {
durable: false
}