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 error here is _non fatal_ as this block is just
an optimisation.
- cls.logger().debug(
+ cls.logger().warning(
Review Comment:
Should the level stay at info and the message say something else then?
> Skipping mini-scheduling run because the scheduler has a lock on this DAG
run
--
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]