Skip to content

Instantly share code, notes, and snippets.

@fmoessle
Last active August 24, 2019 12:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fmoessle/1f194da64b46a70635293a4f8a9c0f18 to your computer and use it in GitHub Desktop.
Save fmoessle/1f194da64b46a70635293a4f8a9c0f18 to your computer and use it in GitHub Desktop.
import Queue from 'bull'
const sendRatingMailQueue = new Queue('sendRatingMail', {
redis: {
host: '127.0.0.1',
port: 6379
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment