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]
