scaling / multiple workers
mustafa0x opened this issue · comments
I want to run a task every 5 seconds. I want to use multiple workers, so that if a task needs significant time, it doesn't block other tasks from running.
Should I use multiple schedulers? Or parallel execution?
Or do I need to create entirely separate workers?