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

Review Comment:
   That's one specific issue caused by dynamic task mapping. There are other 
issues pertaining to Celery that are more obscure. Having this log available 
outside of debug logs would help confirm whether the issue was related to the 
mini scheduler or not.



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