Tivix / django-cron

Write cron business logic as a Python class and let this app do the rest! It enables Django projects to schedule cron tasks, tracks their success / failures, manages contention (via a cache) etc. Basically takes care of all the boring work for you :-)
www.tivix.com
MIT License
891 stars 189 forks source link

CronJobBase is running twice while running cron job every minute #222

Closed dsilvasean closed 1 year ago

dsilvasean commented 1 year ago

image image image i have a cron job that will send reminder emails it runs every minute but it takes time to send email sometimes and then runs twice