summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2015-02-05 17:46:58 -0800
committerJoshua Harlow <harlowja@yahoo-inc.com>2015-02-05 17:47:58 -0800
commit1fc1a7e4713c27f537a3f6192bea259a0d63ca64 (patch)
treedf8fc824d96aad7c6218c638bfeab1e0379da7d7
parent64593258b3fad99743a3993ea5bc6888f902cfae (diff)
downloadtaskflow-1fc1a7e4713c27f537a3f6192bea259a0d63ca64.tar.gz
Add warning to sqlalchemy backend size limit docs
Partial-Bug: #1416088 Change-Id: I21bde00445892a4c734592cbcc143f23085e5660
-rw-r--r--doc/source/persistence.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/persistence.rst b/doc/source/persistence.rst
index 9cb9989..88fabac 100644
--- a/doc/source/persistence.rst
+++ b/doc/source/persistence.rst
@@ -243,6 +243,16 @@ parent_uuid VARCHAR False
See :py:class:`~taskflow.persistence.backends.impl_sqlalchemy.SQLAlchemyBackend`
for implementation details.
+.. warning::
+
+ Currently there is a size limit (not applicable for ``sqlite``) that the
+ ``results`` will contain. This size limit will restrict how many prior
+ failures a retry atom can contain. More information and a future fix
+ will be posted to bug `1416088`_ (for the meantime try to ensure that
+ your retry units history does not grow beyond ~80 prior results).
+
+.. _1416088: http://bugs.launchpad.net/taskflow/+bug/1416088
+
Zookeeper
---------