dbader / dbader/schedule

scaling / multiple workers

Open
#624 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.