jscheffl opened a new pull request, #59876: URL: https://github.com/apache/airflow/pull/59876
Another small (in this case rather medium complex) increment to remove global statements for PR https://github.com/apache/airflow/pull/58116 This removes 2 global statements from task_runner.py where explicitly a global wariable was used as shared SUPERVISOR_COMMS by intent. Proposing to change with via a static class and accessor-methods to prevent usage of global variables. `global` is evil. For this PR to merge seeking for explicit approval from one of the Task SDK creators ash, kaxil and/or amogh -- 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]
