sartography / SpiffWorkflow

A powerful workflow engine implemented in pure Python
GNU Lesser General Public License v3.0
1.69k stars 313 forks source link

Workflow gets bogged down when a task has too many children #395

Closed essweine closed 7 months ago

essweine commented 7 months ago

Profiling shows that lots of time is getting spend searching for tasks. Investigate optimizations.

calexh-sar commented 7 months ago

Moved above #1190 and #1177 since this might be related and is needed by April 1.

burnettk commented 7 months ago

it would be easier to test #1190 if this situation can be improved.