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
## Shutdown
Pressing [CTRL]+[C] will cause a clean shutdown of the worker.
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
POSTed to, to indicate a clean shutdown of the worker. Any active task that is still
assigned to the worker is given status "claimed-by-manager" so that it can be re-activated
by another worker.
Pressing [CTRL]+[C] will cause a clean shutdown of the worker. 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 POSTed to, to indicate a clean shutdown of the worker. Any
active task that is still assigned to the worker is given status "claimed-by-manager" so that it can
be re-activated by another worker.
## 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