manipatnam commented on PR #64162: URL: https://github.com/apache/airflow/pull/64162#issuecomment-4119703840
| `start_date` | `run_immediately` | Before this PR | After this PR | |---|---|---|---| | set | default (`True`) | Old default was `False`; Ran past boundary immediately | Runs past boundary immediately | | set | explicit `True` | Ran past boundary immediately | Runs past boundary immediately | | set | explicit `False` | Ran past boundary immediately| Waits for next future boundary | | `None` | default (`True`) | Old default was `False`; waited for next future boundary | Runs past boundary immediately | | `None` | explicit `True` | Ran past boundary immediately | Runs past boundary immediately | | `None` | explicit `False` | Waited for next future boundary | Waits for next future boundary | cc: @collinmcnulty -- 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]
