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

POR-1797 lower latency by moving env off of revision #3631

Merged
merged 5 commits into from
Sep 22, 2023

Conversation

ianedwards
Copy link
Contributor

POR-1797

What does this PR do?

  • Using AttachEnvToRevision was causing high latency by requiring that the env variables associated with each revision be fetched from the cluster, even when just listing revisions
  • This PR removes the env variables from a given revision and fetches them in separately, loading them into the environment tab

@ianedwards ianedwards enabled auto-merge (squash) September 22, 2023 15:16
@ianedwards ianedwards merged commit 5824225 into master Sep 22, 2023
@ianedwards ianedwards deleted the remove-env-from-revision branch September 22, 2023 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants