You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: