* 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