Commit Graph

3 Commits

Author SHA1 Message Date
pyup-bot 78d09c73dc Pin python-consul2 to latest version 0.1.5 2024-07-30 10:07:38 +06:00
Asif Saif Uddin 0b61ed8636
move to consul2 (#1544)
https://github.com/celery/celery/pull/6544
2022-04-28 13:02:31 +06:00
Wido den Hollander 551d92014d Add Consul K/V store Transport
Using the Key/Value store of Consul.io this commit adds a new
Transport.

It is a simple Transport which Messages as Keys in the K/V store
of Consul using the HTTP API.

The HTTP API is consumed using the python-consul client which exposes
the API in a Python way.
2016-06-15 17:41:32 -07:00