dabla commented on code in PR #60268:
URL: https://github.com/apache/airflow/pull/60268#discussion_r2675051994


##########
airflow-core/src/airflow/jobs/triggerer_job_runner.py:
##########
@@ -816,7 +814,7 @@ async def asend(self, msg: ToTriggerSupervisor) -> 
ToTriggerRunner | None:
         frame = _RequestFrame(id=next(self.id_counter), body=msg.model_dump())
         bytes = frame.as_bytes()
 
-        async with self._lock:
+        async with self._async_lock:

Review Comment:
   It exists in the parent class, @kaxil correctly suggested that I should 
align those, otherwise we would have duplicate lock definitions.



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