taskflow/taskflow/utils
Ann Kamyshnikova b46cf94a25 Zookeeper backend SSL support
Bump kazoo version to 2.6.0 that supports SSL.

Allow to configure ssl config options via conf
* keyfile
* keyfile_password
* certfile
* use_ssl
* verify_certs

https://kazoo.readthedocs.io/en/latest/api/client.html#kazoo.client.KazooClient

This should be done in conformance with Redis
jobboard backend, that already allows SSL settings.

Change-Id: Ic2670c3c4caa93f69bc2d541c3701df2b6037d2e
2020-03-06 12:49:58 +04:00
..
__init__.py Removed copyright from empty files 2014-02-22 17:16:29 +08:00
async_utils.py Bump futurist and remove waiting code in taskflow 2015-07-25 18:54:22 -07:00
banner.py Spice up WBE banner and add simple worker __main__ entrypoint 2016-02-08 16:33:14 -08:00
eventlet_utils.py Use importutils.try_import for optional eventlet imports 2015-01-25 11:10:14 -08:00
iter_utils.py Remove vim header from source files 2016-11-09 16:06:10 +08:00
kazoo_utils.py Zookeeper backend SSL support 2020-03-06 12:49:58 +04:00
kombu_utils.py Add todo note for kombu pull request 2015-02-16 21:55:44 -08:00
misc.py Update TaskFlow for networkx 2.x 2019-10-18 18:11:44 -07:00
mixins.py Use encodeutils for exception -> string function 2015-06-30 17:08:45 -07:00
persistence_utils.py python3.0 has deprecated LOG.warn 2017-03-07 09:29:26 +00:00
redis_utils.py Build-out + test a redis backed jobboard 2015-06-29 12:13:01 -07:00
schema_utils.py Add + use failure json schema validation 2015-03-11 12:53:15 -07:00
threading_utils.py Add a executor backed conductor and have existing impl. use it 2015-11-12 17:03:00 -08:00