Re: [PR] Warn on mini scheduler failures instead of debug [airflow]

2024-09-03 Thread via GitHub
dstandish commented on PR #39760: URL: https://github.com/apache/airflow/pull/39760#issuecomment-2326957871 related https://github.com/apache/airflow/pull/38914 https://github.com/apache/airflow/pull/39745 -- This is an automated message from the Apache Git Service. To respond t

Re: [PR] Warn on mini scheduler failures instead of debug [airflow]

2024-06-02 Thread via GitHub
jedcunningham merged PR #39760: URL: https://github.com/apache/airflow/pull/39760 -- 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-unsubscr...@ai

Re: [PR] Warn on mini scheduler failures instead of debug [airflow]

2024-05-28 Thread via GitHub
jedcunningham commented on code in PR #39760: URL: https://github.com/apache/airflow/pull/39760#discussion_r1618044630 ## airflow/models/taskinstance.py: ## @@ -3523,7 +3523,7 @@ def _schedule_downstream_tasks( except OperationalError as e: # Any kind of

Re: [PR] Warn on mini scheduler failures instead of debug [airflow]

2024-05-28 Thread via GitHub
RNHTTR commented on code in PR #39760: URL: https://github.com/apache/airflow/pull/39760#discussion_r1617869844 ## airflow/models/taskinstance.py: ## @@ -3523,7 +3523,7 @@ def _schedule_downstream_tasks( except OperationalError as e: # Any kind of DB erro

Re: [PR] Warn on mini scheduler failures instead of debug [airflow]

2024-05-23 Thread via GitHub
jedcunningham commented on code in PR #39760: URL: https://github.com/apache/airflow/pull/39760#discussion_r1612626122 ## airflow/models/taskinstance.py: ## @@ -3523,7 +3523,7 @@ def _schedule_downstream_tasks( except OperationalError as e: # Any kind of

Re: [PR] Warn on mini scheduler failures instead of debug [airflow]

2024-05-22 Thread via GitHub
RNHTTR commented on code in PR #39760: URL: https://github.com/apache/airflow/pull/39760#discussion_r1610420163 ## airflow/models/taskinstance.py: ## @@ -3523,7 +3523,7 @@ def _schedule_downstream_tasks( except OperationalError as e: # Any kind of DB erro

Re: [PR] Warn on mini scheduler failures instead of debug [airflow]

2024-05-22 Thread via GitHub
Taragolis commented on code in PR #39760: URL: https://github.com/apache/airflow/pull/39760#discussion_r1610159599 ## airflow/models/taskinstance.py: ## @@ -3523,7 +3523,7 @@ def _schedule_downstream_tasks( except OperationalError as e: # Any kind of DB e

[PR] Warn on mini scheduler failures instead of debug [airflow]

2024-05-22 Thread via GitHub
RNHTTR opened a new pull request, #39760: URL: https://github.com/apache/airflow/pull/39760 Mini scheduler issues are rare and hard to debug. Chances are the problem won't be reproducible after enabling debug logging. -- This is an automated message from the Apache Git Service. To res