aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/signal.h (unfollow)
Commit message (Collapse)Author
2022-08-26worker: allow graceful shutdownsEgor Tensin
Well, maybe "graceful" is a strong word, but now you _can_ do ./server & ./worker & ./client ci_run URL REV && kill "$( pidof worker )" and the worker will wait for the CI run to complete.