dbader / schedule

Python job scheduling for humans.

Home Page:https://schedule.readthedocs.io/

Repository from Github https://github.comdbader/scheduleRepository from Github https://github.comdbader/schedule

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?