in addition, I has two task, one is run every mintue ( interval(60) ), the another one just as the over code. The task is the same one, but args and run time are different.
the run time:
2020-03-10 11:56 (should not run at this time)
2020-03-10 12:01
2020-03-10 13:01
2020-03-11 17:01
2020-03-11 17:56 (should not run at this time)
(no more run)
there are twice problems, both related to crontab task
Tasks that should have been run hourly just run few times after server start. this is my simple code, I user celery==4.3.0 and celery-redbeat==0.13.0
in addition, I has two task, one is run every mintue ( interval(60) ), the another one just as the over code. The task is the same one, but args and run time are different. the run time: 2020-03-10 11:56 (should not run at this time) 2020-03-10 12:01 2020-03-10 13:01
2020-03-11 17:01 2020-03-11 17:56 (should not run at this time) (no more run)
redis info after no more run: