Re: [I] DAG rgbit_integrated_kwdb Not Triggering at Scheduled Time (0 5 * * 6) [airflow]
Srichandra-razor commented on issue #51618: URL: https://github.com/apache/airflow/issues/51618#issuecomment-2966189399 Actually I want it to get triggered at every saturday 5AM UTC but it is not getting triggered at schedule instead it is requiring manual intervention. -- 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]
Re: [I] DAG rgbit_integrated_kwdb Not Triggering at Scheduled Time (0 5 * * 6) [airflow]
eladkal closed issue #51618: DAG rgbit_integrated_kwdb Not Triggering at Scheduled Time (0 5 * * 6) URL: https://github.com/apache/airflow/issues/51618 -- 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]
Re: [I] DAG rgbit_integrated_kwdb Not Triggering at Scheduled Time (0 5 * * 6) [airflow]
eladkal commented on issue #51618: URL: https://github.com/apache/airflow/issues/51618#issuecomment-2966129366 > The DAG rgbit_integrated_kwdb is intended to run at 5:00 AM on the 6th day of every month This is not what your cron means. https://crontab.guru/#0_5_*_*_6 If you can't specify your logic desired scheduling logic with a cron expression use time tables:https://airflow.apache.org/docs/apache-airflow/stable/authoring-and-scheduling/timetable.html Closing as this is not a bug report. -- 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]
[I] DAG rgbit_integrated_kwdb Not Triggering at Scheduled Time (0 5 * * 6) [airflow]
Srichandra-razor opened a new issue, #51618: URL: https://github.com/apache/airflow/issues/51618 ### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.5.3+astro.1 ### What happened? The DAG `rgbit_integrated_kwdb` is intended to run at 5:00 AM on the 6th day of every month, but it is currently running every Saturday due to a misconfigured cron schedule. Current Schedule Configuration: schedule_interval="0 5 * * 6" ### What you think should happen instead? Expected Behavior: DAG runs at 5:00 AM (UTC) on the saturday day every week. ### How to reproduce Please monitor the DAG ### Operating System Astronomer Runtime 7.4.2 based on Airflow 2.5.3+astro.1 ### Versions of Apache Airflow Providers Astronomer Runtime 7.4.2 based on Airflow 2.5.3+astro.1 ### Deployment Astronomer ### Deployment details _No response_ ### Anything else? Manual intervention is needed to as the DAG is not getting triggered at the given schedule. ### 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]
