Files
deb-python-taskflow/doc/source/utils.rst
Joshua Harlow 69438edf64 Use encodeutils for exception -> string function
The oslo.utils library now provides a better version of
this that always returns a unicode exception message, so
update our usage to use it (and remove our own local
function). This guarantee of unicode also means we have to
update a few other places to make sure we get back bytes
or unicode as needed.

Change-Id: I924380408aaf6d2aec418ceaaf623c75900268f7
2015-07-30 20:18:28 +00:00

960 B

Utilities

Warning

External usage of internal utility functions and modules should be kept to a minimum as they may be altered, refactored or moved to other locations without notice (and without the typical deprecation cycle).

Async

taskflow.utils.async_utils

Deprecation

taskflow.utils.deprecation

Eventlet

taskflow.utils.eventlet_utils

Kazoo

taskflow.utils.kazoo_utils

Kombu

taskflow.utils.kombu_utils

Miscellaneous

taskflow.utils.misc

Mixins

taskflow.utils.mixins

Persistence

taskflow.utils.persistence_utils

Redis

taskflow.utils.redis_utils

Schema

taskflow.utils.schema_utils

Threading

taskflow.utils.threading_utils