scaling / multiple workers
Open
- Dominant language
- Python
- Stars
- 12.3k
- Forks
- 999
- PR merge metrics
- No merged PRs in 30d
Description
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](https://schedule.readthedocs.io/en/stable/multiple-schedulers.html)? Or [parallel execution](https://schedule.readthedocs.io/en/stable/parallel-execution.html#parallel-execution)?
Or do I need to create entirely separate workers?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.