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 DB error here is _non fatal_ as this block is just 
an optimisation.
-            cls.logger().debug(
+            cls.logger().warning(

Review Comment:
   Now that #39745 has merged, warning is probably appropriate now.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to