o-nikolas commented on code in PR #57837:
URL: https://github.com/apache/airflow/pull/57837#discussion_r2501071186
##########
airflow-core/src/airflow/jobs/job.py:
##########
@@ -139,6 +139,7 @@ def __init__(self, executor: BaseExecutor | None = None,
heartrate=None, **kwarg
# Save init parameters as DB fields
self.heartbeat_failed = False
self.hostname = get_hostname()
+ # TODO[multi-team]: Make this multi-team?
Review Comment:
I didn't end up needing it for tests, and I'm sure I'll remember if I do in
the future. So I'll remove this one!
--
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]