wjddn279 commented on code in PR #65121: URL: https://github.com/apache/airflow/pull/65121#discussion_r3071951292
########## 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: I've made pr for handling it in structlog library https://github.com/hynek/structlog/pull/806. I can't confirm it could be accepted and merged, but there is no other way to resolving this issue -- 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]
