pingzh commented on PR #25561: URL: https://github.com/apache/airflow/pull/25561#issuecomment-1211092499
> @pingzh, very good call. Do you know of a better probe to use when it's disabled? > > I'm tempted to just add an `enabled` flag around this feature so it can just be turned off. What do you think about that? I am not aware of other better probe methods. For us, we turn off `worker_enable_remote_control`, it is due to that we use SQS as the message broker, which `worker_enable_remote_control` it creates lots of pidbox queues. It should be ok for other cases. I like the idea of adding an `enabled` flag`. -- 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]
