Files
deb-python-taskflow/taskflow/engines/action_engine/runtime.py
Joshua Harlow f7e1524815 Compile lists of retry/task atoms at runtime compile time
Instead of recompiling and rebuilding this list every iteration
of the ``iterate_retries`` function we can just locally cache this
information in the runtime compile function and later just use
it directly.

Change-Id: I70e8409391d655730da61413300db05b25843350
2015-07-09 16:28:13 -07:00

9.3 KiB