kraiz / django-crontab

dead simple crontab powered job scheduling for django.
Other
842 stars 112 forks source link

Can I set a timeout for a job? #131

Open Thangduong24nd opened 9 months ago

Thangduong24nd commented 9 months ago

I run a job at the same time every day, and when the new day comes, will I cancel that job from the previous day? Can I use a timeout?