aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--builds.sr.ht/installation.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/builds.sr.ht/installation.md b/builds.sr.ht/installation.md
index 1cd429f..7cded70 100644
--- a/builds.sr.ht/installation.md
+++ b/builds.sr.ht/installation.md
@@ -31,3 +31,9 @@ On each server hosting a job runner, install the `builds.sr.ht-worker` and
## Configuration
See [Configuration](configuration.md).
+
+## Maintenance
+
+To safely reboot a worker without dropping any running jobs, SIGINT the process
+and it will stop accepting new work and terminate once all existing jobs
+are completed.