Python Forum

Full Version: Shceduling jobs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

I need to run some tasks for different periods and to be able to detect when the job has finished.
I have seen a few libraries but wondered which is the best way to achieve this.
Some guidance would be appreciated
Thanks
These packages are arranged in order of most downloaded first.
Sorry, I haven't used any of them, so cannot vouch for any.
https://pypi.org/search/?q=cron&o=-zscore

I also wrote a simple scheduler some time back, it worked well for what I needed, you may (or may not) be able to use it for your project . It's located here: https://python-forum.io/Thread-Multi-thr...imer-Class
Our company use celery in production.