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 section to config file, allow for queues to be created at startup #11

Closed davechallis closed 3 years ago

davechallis commented 4 years ago

To make configuration/deployment simpler, allow queues to be specified in the Ocypod configuration file.

At startup, the service should create queues based on this config (resetting settings if they've been modified).

Removing a queue from config will not remove it from Ocypod.