You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "guytalzip (via GitHub)" <gi...@apache.org> on 2023/06/06 14:45:56 UTC

[GitHub] [airflow] guytalzip commented on issue #31723: The Airflow scheduler crashes when configuring **start_date** far away in the future and providing **schedule_interval**

guytalzip commented on issue #31723:
URL: https://github.com/apache/airflow/issues/31723#issuecomment-1578906008

   Thanks Jed,
   Here is the yaml configuration I am using, the schedule_interval is set to '0 0 * * *':
   
   name: test_name
   dag_args:
     description: test_description
     catchup: false
     max_active_runs: 1
     concurrency: 1
     schedule_interval: '0 0 * * *'
     start_date: '2100-01-01T12:00:00'
     
     
   Can you please try reproducing using these settings?


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