Skip to content

ansible/executor: allow restarting the executor without killing jobs

Now that the executor spawns a new process per job, we can restart the executor server without impacting the active jobs. Let's make use of that feature by telling systemd to just kill the first process while leaving all the other processes alive.

Merge request reports