ashb commented on issue #20198: URL: https://github.com/apache/airflow/issues/20198#issuecomment-990979533
This is by design -- the date of the first run is "normalized" to match the schedule interval. `*/2` doesn't say "every two minutes", but at every even minute (48,50,52,54 etc). If you want every two minutes after the start time, use `schedule_interval=timedelta(minutes=2)` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
