Backblaze / boardwalk

A linear remote execution workflow engine built on top of Ansible
Other
18 stars 1 forks source link

Improve Job preconditions performance #35

Open m4wh6k opened 1 year ago

m4wh6k commented 1 year ago

Preconditions are fast when only locally-available data is being evaluated. However, sometimes it's useful to reach out to external systems inside preconditions. Because Job preconditions are processed in serial, waiting for responses can be slow. It would be worth considering a way to support async preconditions, or some other way of improving performance for this type of case.