Is this possible to create a crontab schedule to run every second? (Using Database Scheduler) #467
Unanswered
MuhammadBilal1
asked this question in
Q&A
Replies: 1 comment
-
关注一下这个话题,怎么没人回复?why celery beat crontab doest not support seconds? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using the Django Admin Panel to create a new task and that task needs to run every second or every 10 seconds.
But I am unable to accomplish that.
I need to set this time using the database scheduler, not from the code.
Tried the following and none of them worked:
1- 1/1 * * * *
2- */0.1 * * * *
3- */1 * * * *
Beta Was this translation helpful? Give feedback.
All reactions