sunildataengineer commented on PR #68298: URL: https://github.com/apache/airflow/pull/68298#issuecomment-4853499617
@ashb @dabla @potiuk @bugraoz93 @gopidesupavan @amoghrajesh @jason810496 @jscheffl Thank you for the detailed feedback! I'm addressing the async optimization suggestions from @dabla. I'll update the implementation to: 1. Use `asyncio.gather()` and semaphores for better concurrent transfers 2. Reuse connections instead of creating new ones per transfer 3. Rename the trigger class accordingly Pushing updates shortly. Appreciate the thorough review! -- 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]
