Skip to content

Conversation

@vikasrohit
Copy link

-- Added scheduled job in node server itself to process failed messages from separate queue.
-- Moved to promise based implementation from async/await to have scheduled worker launch parallel Gets to the broker

vikasrohit added 16 commits April 17, 2017 16:30
Updated readme for deployment checklist and error handling.
… it publishes the failed messages to a routing key which is formed by adding a suffix '.failed' to the original routing key of the message.
…ueue.

Added cron in docker container
Added a sample cron job.. need to test
…osed before channel is able to ack the messages. Sleep.sleep was not doing the work because it seems it stops all threads of the process. So, setTimeout did the trick here. :)
Moving schedule logic to node via node-cron module
@vikasrohit vikasrohit merged commit c854e25 into master Apr 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants