You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/08/03 06:29:29 UTC

[GitHub] [airflow] hlokired opened a new issue #10123: Job Schedule Interval on 2nd & 4th Tuesday

hlokired opened a new issue #10123:
URL: https://github.com/apache/airflow/issues/10123


   Hi Team,
   
   1.We have a requirement where we need to schedule the job Bi-Weekly. i.e. on 2nd and 4th Tuesday.
   Could you please help us on how can we set the schedule interval in Airflow DAG Job.
   
   2. Also in other requirement we tried to schedule individual jobs for 2nd Tuesday and 4th Tuesday. 
   i.e. schedule_interval= "0 2 * * 2#2" for 2nd Tuesday
    schedule_interval= "0 2 * * 2#4" for 4th Tuesday
   Could you please let us know is the schedule interval which I have shared is wrong.
   
   
   Thanks,
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] uranusjr closed issue #10123: Job Schedule Interval on 2nd & 4th Tuesday

Posted by GitBox <gi...@apache.org>.
uranusjr closed issue #10123:
URL: https://github.com/apache/airflow/issues/10123


   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] uranusjr commented on issue #10123: Job Schedule Interval on 2nd & 4th Tuesday

Posted by GitBox <gi...@apache.org>.
uranusjr commented on issue #10123:
URL: https://github.com/apache/airflow/issues/10123#issuecomment-975158335


   Yes, this should be possible with custom timetables.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] eladkal commented on issue #10123: Job Schedule Interval on 2nd & 4th Tuesday

Posted by GitBox <gi...@apache.org>.
eladkal commented on issue #10123:
URL: https://github.com/apache/airflow/issues/10123#issuecomment-975150887


   @uranusjr isn't that scheduling requirement covered fully by AIP-39?


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org