Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Shceduling jobs
#1
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
Reply
#2
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
Reply
#3
Our company use celery in production.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020