Replies: 1 comment 2 replies
-
I use that pattern in my places and it works nicely. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a situation in which, every 2 hours, I need to fetch records in the database, and for each record create a job.
Now I saw that BullMQ has repeatable jobs, is it considered a good idea to use BullMQ repeatable job to spawn other jobs?
Or is it easier to just use node-cron to create the necessary jobs every 2 hours?
Beta Was this translation helpful? Give feedback.
All reactions