SCUTJcfeng opened a new issue #11013:
URL: https://github.com/apache/airflow/issues/11013


   My schedule interval is '*/5 * * * *', which means run at every 5mins.
   Question is, it seems always a period behind, if i assume it runs at 2:00, 
it actually runs at 2:05,
   local time at 22:10, 14: 20 in utc, runs the task at utc 14:05, which is 5 
mins behind.
   What's wrong with my config?
   
   ```
   [2020-09-18 22:10:03,336] {taskinstance.py:670} INFO - Dependencies all met 
for <TaskInstance: alpha_template.start 2020-09-18T14:05:00+00:00 [queued]>
   [2020-09-18 22:10:03,360] {taskinstance.py:670} INFO - Dependencies all met 
for <TaskInstance: alpha_template.start 2020-09-18T14:05:00+00:00 [queued]>
   [2020-09-18 22:10:03,360] {taskinstance.py:880} INFO - 
   
--------------------------------------------------------------------------------
   [2020-09-18 22:10:03,361] {taskinstance.py:881} INFO - Starting attempt 1 of 
1
   [2020-09-18 22:10:03,361] {taskinstance.py:882} INFO - 
   
--------------------------------------------------------------------------------
   [2020-09-18 22:10:03,378] {taskinstance.py:901} INFO - Executing 
<Task(PythonOperator): start> on 2020-09-18T14:05:00+00:00
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to