Victoria Series Release Notes

4.4.0

New Features

  • Allow to use Sentinel for Redis connections. New variable sentinel can be passed to Redis jobboard. It is None by default, Sentinel name should be passed to enable this functionality.

Bug Fixes

  • Limit retries for storage failures on saving flow/task state in the storage. Previously on StorageFailure exception may cause an endless loop during execution of flows throwing errors and retrying to save details.

4.1.0

New Features

  • SSL support for zookeeper backend (kazoo client). Now the following options can be passed to zookeeper config: keyfile, keyfile_password, certfile, use_ssl, verify_certs.

4.0.0

Upgrade Notes

  • Python 2.7 support has been dropped. The minimum version of Python now supported by taskflow is Python 3.6.