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

Update actix-web dependency to 1.0.0 when released #9

Closed davechallis closed 5 years ago

davechallis commented 5 years ago

Currently on 1.0.0beta2 thereabouts, but API has changed quite significantly.

davechallis commented 5 years ago

Updated in 0.3.0 release.