added 4 commits
July 19, 2014 16:32openstack-gerrit pushed a commit to openstack/taskflow that referenced this pull request
Aug 30, 2014
To ensure we reliably handle when a transaction fails we should use the checked_commit() helper function instead of the currently not fully exception handling kazoo transaction commit function. This should be addressed in the future with: - python-zk/kazoo#224 - python-zk/kazoo#225 Those have not merged yet (or been released) so we need to use a similar function in the meantime. Change-Id: Icf83b7d4955c11227e733287170a7bd3ab372bd2
openstack-gerrit pushed a commit to openstack/openstack that referenced this pull request
Aug 30, 2014Project: openstack/taskflow 70d9199ea374b558a9918089de94af0b6c76811b Use checked_commit() around consume() and abandon() To ensure we reliably handle when a transaction fails we should use the checked_commit() helper function instead of the currently not fully exception handling kazoo transaction commit function. This should be addressed in the future with: - python-zk/kazoo#224 - python-zk/kazoo#225 Those have not merged yet (or been released) so we need to use a similar function in the meantime. Change-Id: Icf83b7d4955c11227e733287170a7bd3ab372bd2