diff options
| author | Dan Engelbrecht <[email protected]> | 2023-09-14 09:56:11 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2023-09-14 09:56:11 +0200 |
| commit | 7b2a89750eaeec0f9545e41b92369ea8d00e0a05 (patch) | |
| tree | 765b76cbcd34bfc006055437cd63c56ce8378596 | |
| parent | http and httpsys config options (#401) (diff) | |
| download | zen-7b2a89750eaeec0f9545e41b92369ea8d00e0a05.tar.xz zen-7b2a89750eaeec0f9545e41b92369ea8d00e0a05.zip | |
changelog
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 092f35995..6ded8ddb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## -- Feature: New http endpoint for background jobs `/admin/jobs/status` which will return a response listing the currently active background jobs and their status -- Feature: New http endpoint for background jobs information `/admin/jobs/status/{jobid}` which will return a response detailing status, pending messages and progress status +- Feature: New http endpoint for background jobs `/admin/jobs` which will return a response listing the currently active background jobs and their status +- Feature: New http endpoint for background jobs information `/admin/jobs/{jobid}` which will return a response detailing status, pending messages and progress status - GET will return a response detailing status, pending messages and progress status - DELETE will mark the job for cancelling and return without waiting for completion - If status returned is "Complete" or "Aborted" the jobid will be removed from the server and can not be queried again |