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

Review Comment:
   FWIW we just switched this to debug, since we now use nowait: #38976
   cc @dstandish 



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