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

Don't sideload job when querying gates #20

Merged
merged 1 commit into from
Feb 24, 2024
Merged

Conversation

michaeljguarino
Copy link
Member

This does a few things we definitely don't want to do:

  • queries the underlying k8s cluster for the job per gate, which is an unscaleable n+1 query
  • fails if the job doesn't exist, which the agent shouldn't care about

This does a few things we definitely don't want to do:
* queries the underlying k8s cluster for the job per gate, which is an unscaleable n+1 query
* fails if the job doesn't exist, which the agent shouldn't care about
@michaeljguarino michaeljguarino added the enhancement New feature or request label Feb 24, 2024
@michaeljguarino michaeljguarino merged commit b5c708a into main Feb 24, 2024
@michaeljguarino michaeljguarino deleted the dont-sideload-job branch February 24, 2024 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant