ashb commented on code in PR #65121: URL: https://github.com/apache/airflow/pull/65121#discussion_r3074446468
########## task-sdk/src/airflow/sdk/execution_time/supervisor.py: ########## @@ -46,6 +46,7 @@ import psutil import structlog from pydantic import BaseModel, TypeAdapter +from structlog._output import WRITE_LOCKS Review Comment: Yeah, we shouldn't really do this. If we correctly close/delete the structlog objects it should handle this for us. Doing it this way feels liek papering over the problem? -- 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]
