Replies: 1 comment
-
You should be able to find such scenarios in the tests: https://github.com/taskforcesh/bullmq/tree/master/tests |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First off BullMQ is AWESOME!!! Thanks for everyones hard work making this repo great!
I am introducing the Worker paradigm (via BullMQ) into our ecosystem. We have a handful of scenarios that need to guarantee that failed Jobs are restarted as fast as possible.
To ensure that our needs our met we are building an integration test suite that simulates worst case scenarios.
I am looking for guidance on how to write an integration test that simulates:
Any guidance is much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions