Schedule cycle tasks accurate to seconds #43359
Unanswered
bangbangDong
asked this question in
General
Replies: 1 comment
-
Please use discussions if you want to ask quesitons not issues. When you create an issue you are instructed to use discussions for questions. You can use custom timetable if you want. Look it up in the docs. But be aware airlfow is usually used to run fine-grained tasks - that run for multiple seconds. And usually overhead on starting a task is counted in few seconds at least (depending on executor) - so there is no way to get second precision in execution. You are likely trying to use Airflow for something it was not created for. |
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
-
Description
The crontab expression for the current airflow scheduling task is 5 bits, instead of the usual 6 bits that are accurate to the second
Use case/motivation
airflow cycle scheduling task crontab does not support seconds, is there any method to support the scheduling task to run the scheduling task at 8:12 minutes 27 seconds every day
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions