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

Wait a bit between namespaces during resource adjustments #553

Closed
wants to merge 1 commit into from

Conversation

kasperg
Copy link
Contributor

@kasperg kasperg commented Dec 9, 2024

What does this PR do?

Add 15 seconds of wait between resource requests.

With ~100 sites this will add a total of ~25 minute delay for the deployment process. It is hard to tell whether that is enough.

It wold be optimal if we could either

  1. Warm the caches site by site manually - e.g. by running drush cr or curl'ing / or health
  2. Avoid flushing the cache during resource request adjustments e.g. by having a persistent cache or by moving the cache away form each site

@ITViking
Copy link
Contributor

ITViking commented Jan 9, 2025

This is now redundant as we have installed Vertical Pod Autoscalers in the cluster

@ITViking ITViking closed this Jan 9, 2025
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