davechallis / ocypod

Ocypod is a Redis-backed service for orchestrating background jobs. Clients/workers can be written in any language, using HTTP/JSON to queue/fetch jobs, store results, etc.
Apache License 2.0
194 stars 14 forks source link

Add endpoint(s) getting IDs of jobs by queue/state #10

Closed davechallis closed 5 years ago

davechallis commented 5 years ago

Added /queue/{name}/job_ids endpoint.