rohan472000 commented on PR #31880: URL: https://github.com/apache/airflow/pull/31880#issuecomment-1595997007
@potiuk , I understand your point about not needing a separate command for the triggerer. The goal of my code was to provide a way to start a triggerer process from the command line when running system tests with deferrable operators. However, I see your point about keeping the commands more streamlined. Instead of introducing a new command, I can modify the existing breeze commands (--shell and --start-airflow) by adding a flag, such as --no-triggerer, to control the automatic start of the triggerer alongside the scheduler and webserver. This way, users can decide whether they want the triggerer to start automatically or not when using the breeze commands. I believe this approach would provide the desired flexibility without adding unnecessary complexity. Please let me know your thoughts on this approach. -- 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]
