dstandish commented on code in PR #45949:
URL: https://github.com/apache/airflow/pull/45949#discussion_r1955081325


##########
task_sdk/src/airflow/sdk/execution_time/task_runner.py:
##########
@@ -377,6 +379,7 @@ def parse(what: StartupDetails) -> RuntimeTaskInstance:
     bundle_instance = DagBundlesManager().get_bundle(
         name=bundle_info.name,
         version=bundle_info.version,
+        mark_in_use=True,

Review Comment:
   we probably don't need to worry about protection re cleanup in between this 
checkout and task start



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