mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 16:02:28 +00:00
a719170a6a
* feat: Support sending SIGINT to jobs This makes it easier to clean up in languages like python, where you get a nice KeyboardInterrupt exception, and don't have to explicitly install signal handlers, making the scripts easier to reason about. * Make sigint unconditional on the sigterm flag