dstandish commented on issue #34634: URL: https://github.com/apache/airflow/issues/34634#issuecomment-1736594351
So one approach would be you add a button in top right (or somewhere) that is essentially a kill switch. My thought is it would do the exact same thing as the existing use_job_schedule param but the difference is it would be controllable from the UI and rest API. The cost though is ... there's now a kill switch button on the home page ... _and_ it would require another round trip to the DB in each scheduler loop (because we'd have to stick the status in a table and query it in each loop). Do we think that it's worth it? -- 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]
