amoghrajesh commented on code in PR #68232: URL: https://github.com/apache/airflow/pull/68232#discussion_r3411207569
########## task-sdk/src/airflow/sdk/execution_time/context.py: ########## Review Comment: If you write an async task that asets a key and then wants to clean up, you would have to call the synchronous delete/clear which blocks the event loop. You should also be adding adelete / aclear here. -- 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]
