Skip to content
Snippets Groups Projects
Commit c9416eef authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Reflowed long lines

parent 0fa46da1
No related branches found
No related tags found
No related merge requests found
...@@ -87,11 +87,11 @@ Once registered via a POST to the manager's `/register-worker` endpoint, the `wo ...@@ -87,11 +87,11 @@ Once registered via a POST to the manager's `/register-worker` endpoint, the `wo
## Shutdown ## Shutdown
Pressing [CTRL]+[C] will cause a clean shutdown of the worker. Pressing [CTRL]+[C] will cause a clean shutdown of the worker. If there is a task currently running,
If there is a task currently running, it will be aborted without changing its status. Any pending task updates are sent to the Manager, and then the Manager's `/sign-off` URL is it will be aborted without changing its status. Any pending task updates are sent to the Manager,
POSTed to, to indicate a clean shutdown of the worker. Any active task that is still and then the Manager's `/sign-off` URL is POSTed to, to indicate a clean shutdown of the worker. Any
assigned to the worker is given status "claimed-by-manager" so that it can be re-activated active task that is still assigned to the worker is given status "claimed-by-manager" so that it can
by another worker. be re-activated by another worker.
## Systemd integration ## Systemd integration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment