Skip to content

Resolve "Cache workflow instances"

Wout De Nolf requested to merge 16-cache-workflow-instances into main

Closes #16 (closed)

from ewoks import load_graph
graph = load_graph(..., graph_cache_max_size=3)

The current process has a cache of graphs which has a default maximum size of zero (i.e. no caching).

The load_graph argument graph_cache_max_size can be used to change the cache size.

Edited by Wout De Nolf

Merge request reports