Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

feature: stop a job

Compare
Choose a tag to compare
@jippi jippi released this 18 Dec 13:02
· 895 commits to master since this release

You can now also stop jobs from the UI

Click on the new job action icon
image

click on stop or edit job
image

stopping a job requires confirmation before doing anything
image

If you don't want this feature, please use NOMAD_READ_ONLY=1 environment or --nomad.read-only CLI flag. This will server-side prevent submission of jobs, but will not hide it from the UI.

Changes since last release - v0.8.0...v0.9.0