mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-21 00:02:30 +00:00
* 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