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

Open
wants to merge 1 commit into
base: main
Choose a base branch
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

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