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.
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.