Send a one-off command to gaffer using a job configuration. Commited jobs aren’t supervised, they will run until they die but won’t be restarted. You can pass to the command a different environment and the graceful timeout. It return the ID of the process launched.
None
POST http://localhost:5000/jobs/test/dummy/commit
{ "env": {}, "graceful_timeout": 0 }
{ "pid": 10 }
Authentication | Require an admin |
HTTP Method | GET |