Skip to content

Commit

Permalink
fix(reset): add reset queue
Browse files Browse the repository at this point in the history
  • Loading branch information
Realtin committed Aug 1, 2017
1 parent d0fb208 commit 2d54ae4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ require('./lib/rollbar')

const queues = {
'registry-change': new Queue(1, Infinity),
'stripe-event': new Queue(1, Infinity)
'stripe-event': new Queue(1, Infinity),
'reset': new Queue(1, Infinity)
}
channel.consume(env.EVENTS_QUEUE_NAME, consume)
channel.consume(env.JOBS_QUEUE_NAME, consume)
Expand Down

0 comments on commit 2d54ae4

Please sign in to comment.