wjddn279 commented on PR #65943: URL: https://github.com/apache/airflow/pull/65943#issuecomment-4439227301
@jscheffl What do you think about changing the edge worker to handle task the same way as LocalExecutor? At initial startup, pre-create a persistent process (like fork pool) sized to concurrency and dispatch workloads through a queue. If we set up the pool before the asyncio loop starts, this issue shouldn't occur either. -- 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]
