Skip to content

PriorityPool

Compare
Choose a tag to compare
@h-bragg h-bragg released this 21 Sep 13:01
· 8 commits to master since this release
b053045
  • [BC] New Pool: PriorityPool that supports:
    • priority for each run
    • maximum number of processes to run at a time
  • Pool has become simpler, and just runs all child runs at the same time
    • [BC] max simultaneous option has been moved to PriorityPool
  • new event: SUCCESSFUL only gets triggered when the run succeeds.
    • [BC] event: COMPLETE will get triggered for failed runs now too.
  • Adds PoolLogger to write everything that happens to each pool and run.