Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Job preconditions performance #35

Open
m4wh6k opened this issue Dec 1, 2022 · 0 comments
Open

Improve Job preconditions performance #35

m4wh6k opened this issue Dec 1, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@m4wh6k
Copy link
Contributor

m4wh6k commented Dec 1, 2022

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.

@m4wh6k m4wh6k added enhancement New feature or request help wanted Extra attention is needed labels Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant