5 ms·
That's a very similar pattern to what I've been using at TW. At the core of our implementation is this library to schedule the jobs to different workers: https
by BukhariH 7y ago
That's a very similar pattern to what I've been using at TW.
At the core of our implementation is this library to schedule the jobs to different workers:
https://github.com/kagkarlsson/db-scheduler https://github.com/kagkarlsson/db-scheduler
Would highly recommend that library!