uranusjr commented on issue #71187:
URL: https://github.com/apache/airflow/issues/71187#issuecomment-5273814470

   This is arguably not a feature, but a bug-fix. However, we unfortunately 
can’t just naively change the behavior now, especially after soe many versions. 
The logical date is generally exactly one interval back from run_after, which 
would cause a new run to conflict with an existing run.
   
   _Maybe_ a new config value would be an acceptable middle ground. We can make 
`create_cron_data_intervals` a three-way switch instead: `true` (current 
behavior), `false` (current behavior), and `legacy-run-id` (like `true` but fix 
this issue).


-- 
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]

Reply via email to