Expose queue stats #2
Notifications
Due Date
No due date set.
Blocks
#4 started the status queue development
DMC/play-api
Reference: DMC/play-api#2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It should be possible to read information about the queue via an API endpoint.
The endpoint should be /status/queue. Output data format should be json.
When accessing /status/queue, the application should return a list of all queued jobs. The following parts of each queue item should be included:
Basically everything that isn't a URL or path.
If an item has corresponding error data, that should be included in the job's json object as well under the key
error
.The key should be omitted if there is no error.
See also DMC/play-daemon#5