assurah opened a new issue, #61375: URL: https://github.com/apache/airflow/issues/61375
### Apache Airflow version 3.1.6 ### If "Other Airflow 3 version" selected, which one? _No response_ ### What happened? I have been running backfill commands multiple times for a specific DAG recently. Initially, it worked as expected; however, at some point, the behavior changed. Now, whenever I execute the backfill command, the process transitions to a "completed" status almost instantaneously. Interestingly, while the backfill job itself marks itself as finished immediately, the actual DAG runs triggered by that backfill appear to be running and processing normally in the background. <img width="913" height="575" alt="Image" src="https://github.com/user-attachments/assets/56bba028-338f-4817-b5f1-71e638e0373e" /> <img width="1039" height="549" alt="Image" src="https://github.com/user-attachments/assets/1f083205-8611-46a3-9d3c-c574184822b1" /> ### What you think should happen instead? _No response_ ### How to reproduce The schedule information for this DAG is as follows: ``` schedule=CronTriggerTimetable('0 6 * * *', timezone='Asia/Seoul') # +09:00 ``` The backfill job was executed using the following CLI command: ``` airflow backfill create \ --dag-id etl_vitess_load_v2 \ --from-date 2023-11-20 \ --to-date 2024-06-10 \ --max-active-runs 1 \ --run-backwards ``` ### Operating System Ubuntu 24.04.3 LTS ### Versions of Apache Airflow Providers From `airflow info` ``` apache-airflow-providers-amazon | 9.19.0 apache-airflow-providers-celery | 3.15.0 apache-airflow-providers-cncf-kubernetes | 10.12.0 apache-airflow-providers-common-compat | 1.11.0 apache-airflow-providers-common-io | 1.7.0 apache-airflow-providers-common-messaging | 2.0.1 apache-airflow-providers-common-sql | 1.30.2 apache-airflow-providers-edge3 | 2.0.1 apache-airflow-providers-fab | 3.1.1 apache-airflow-providers-http | 5.6.2 apache-airflow-providers-mysql | 6.4.0 apache-airflow-providers-postgres | 6.5.1 apache-airflow-providers-redis | 4.4.1 apache-airflow-providers-smtp | 2.4.1 apache-airflow-providers-standard | 1.10.2 ``` ### Deployment Official Apache Airflow Helm Chart ### Deployment details normally deployed into k8s (1.23) using official helm chart. meta-database postgresql 16.x also deployed in the same k8s cluster with ceph pv ### Anything else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
