jenergm commented on issue #44614: URL: https://github.com/apache/airflow/issues/44614#issuecomment-2515254561
> > When I try using the cron expression "0 10 1-7 * 1". Must execute the first monday at 10am for each month but it executes the first seven days of each month at 10am. > > > Must execute the first monday at 10am for each month. > > This cron expression doesn't say what you think it say. > > https://crontab.guru/#0_10_1-7_*_1 > >  > > Either find a cron expresion that says what you wish or use [Timetable](https://airflow.apache.org/docs/apache-airflow/stable/authoring-and-scheduling/timetable.html#timetables) if you need customize behavior Hi Elad, What I need is it must run once a month in the first monday of month at 10AM. The problem is that cron must be right, but it seams doing an OR condition instead of AND. It's running on other week days. -- 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]
