You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: