pingz-oai commented on PR #600:
URL: https://github.com/apache/airflow/pull/600#issuecomment-5224127092
Verified against a live worker pod in the airflow5 cluster (airflow
namespace):
- Airflow 2.10.5+oai.31 with Rhino execution enabled.
- Scanned all 25 installed provider distributions: 1,875 Python source files.
- Found exactly two imports of removed modules, both importing
airflow.jobs.local_task_job_runner:
- airflow/providers/celery/executors/celery_executor_utils.py:111
- airflow/__providers/celery/executors/celery_executor_utils.py:112
- This PR already removes both Celery preload imports.
- No other provider references to removed symbols or configuration options
were found.
- The inspected worker had zero legacy LocalTaskJob supervisor processes.
Conclusion: removing LocalTaskJobRunner and the legacy task runner modules
does not leave dangling provider imports in the provider set currently deployed
on airflow5.
--
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]