You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "potiuk (via GitHub)" <gi...@apache.org> on 2023/02/02 18:07:41 UTC

[GitHub] [airflow] potiuk commented on a diff in pull request #27758: Enable trigger logging in webserver

potiuk commented on code in PR #27758:
URL: https://github.com/apache/airflow/pull/27758#discussion_r1094896920


##########
airflow/jobs/triggerer_job.py:
##########
@@ -245,11 +410,10 @@ async def arun(self):
             await self.cleanup_finished_triggers()
             # Sleep for a bit
             await asyncio.sleep(1)
-            # Every minute, log status if at least one trigger is running.

Review Comment:
   I like this. It's also a kind of heartbeat.



-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org