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
193 stars 13 forks source link

Expand range of accepted characters for queue names and tags #5

Open davechallis opened 5 years ago

davechallis commented 5 years ago

Current set is very conservative, initially due to an HTTP path parsing issue in actix-web. This should be resolved now, so re-investigate the options.