SameerMesiah97 commented on code in PR #69971:
URL: https://github.com/apache/airflow/pull/69971#discussion_r3604770114
##########
airflow-core/src/airflow/jobs/triggerer_job_runner.py:
##########
@@ -1403,7 +1403,7 @@ async def create_triggers(self):
if workload.queued_at is not None:
stats.timing(
"triggerer.trigger_queue_delay",
Review Comment:
I would implement your own feedback here:
"IMO, we can add a comment documenting the same-host and cross-process clock
assumption, not just use max(0, time.time() - queued_at) to hide negative."
--
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]