Re: [I] Scheduler crashes with OverflowError: date value out of range when retries are added to ShortCircuitOperator [airflow]

2023-10-12 Thread via GitHub
Taragolis commented on issue #34869: URL: https://github.com/apache/airflow/issues/34869#issuecomment-1759951396 I can't reproduce, this sample retries without any issues ```python from datetime import timedelta from airflow.decorators import task from airflow.models.dag

Re: [I] Scheduler crashes with OverflowError: date value out of range when retries are added to ShortCircuitOperator [airflow]

2023-10-12 Thread via GitHub
sahar1454 commented on issue #34869: URL: https://github.com/apache/airflow/issues/34869#issuecomment-1759513168 @Taragolis I believe it is the second case in this scenario (i.e. Have invalid end_date). Reproducible steps are mentioned in the issue description. -- This is an automated

Re: [I] Scheduler crashes with OverflowError: date value out of range when retries are added to ShortCircuitOperator [airflow]

2023-10-11 Thread via GitHub
Taragolis commented on issue #34869: URL: https://github.com/apache/airflow/issues/34869#issuecomment-1758539398 There are only option to overflow date it try to get it greater than greater `-12-31T23:59:59` in this method: - So it possible if delay (provided or backoff) greater than

Re: [I] Scheduler crashes with OverflowError: date value out of range when retries are added to ShortCircuitOperator [airflow]

2023-10-11 Thread via GitHub
sahar1454 commented on issue #34869: URL: https://github.com/apache/airflow/issues/34869#issuecomment-1758460080 @Taragolis I don't believe the fix you linked is related to the issue I reported. That one solves the problem for this issue: https://github.com/apache/airflow/issues/28171

Re: [I] Scheduler crashes with OverflowError: date value out of range when retries are added to ShortCircuitOperator [airflow]

2023-10-11 Thread via GitHub
Taragolis commented on issue #34869: URL: https://github.com/apache/airflow/issues/34869#issuecomment-1758259679 Should be fixed as part of Airflow 2.6.0 - https://github.com/apache/airflow/pull/28172 -- This is an automated message from the Apache Git Service. To respond to the

Re: [I] Scheduler crashes with OverflowError: date value out of range when retries are added to ShortCircuitOperator [airflow]

2023-10-11 Thread via GitHub
Taragolis closed issue #34869: Scheduler crashes with OverflowError: date value out of range when retries are added to ShortCircuitOperator URL: https://github.com/apache/airflow/issues/34869 -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [I] Scheduler crashes with OverflowError: date value out of range when retries are added to ShortCircuitOperator [airflow]

2023-10-11 Thread via GitHub
boring-cyborg[bot] commented on issue #34869: URL: https://github.com/apache/airflow/issues/34869#issuecomment-1758153133 Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for

[I] Scheduler crashes with OverflowError: date value out of range when retries are added to ShortCircuitOperator [airflow]

2023-10-11 Thread via GitHub
sahar1454 opened a new issue, #34869: URL: https://github.com/apache/airflow/issues/34869 ### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened In airflow version `2.5.1`, adding retries on `ShortCircuitOperator` causes the