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