uranusjr commented on code in PR #60268:
URL: https://github.com/apache/airflow/pull/60268#discussion_r2674323599
##########
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:
I think I’m missing something, this attribute doesn’t seem to exist?
--
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]