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

quay-app(Route-timeout): increasing timeout for external S3 Storage system with larger images (PROJQUAY-7670) #942

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

michaelalang
Copy link
Contributor

With various new Storage Class integrations and possible delays in moving the multi-part objects to it's final destination, we've seen various timeouts being raised even though multi-parts have been uploaded successful.
These timeout's are not happening during uploads but when the client(s) wait for Quay to complete the multi-parts which might take more than the currently defined 10m

It's further to notice that sharding should be considered to avoid affecting other Ingress connections which do not have such a long duration.

Copy link

openshift-ci bot commented Aug 22, 2024

Hi @michaelalang. Thanks for your PR.

I'm waiting for a quay member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@ibazulic
Copy link
Member

/ok-to-test

Oleg Bulatov and others added 7 commits August 22, 2024 17:04
* Revert "chore: fix yq script"

This reverts commit ce015df.

* Revert "chore: bundle.package.v1 should match CSV name, i.e. be quay-operator (quay#920)"

This reverts commit 012186d.

* chore: rename upstream operator to project-quay
- Fix kustomize path for clairpgupgrade when clair is managed/unmanaged
- Remove base from pgupgrade path to ensure that the file location is parsed properly by kustomize package
Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.11.0 to 4.18.2.
- [Changelog](https://github.com/jackc/pgx/blob/v4.18.2/CHANGELOG.md)
- [Commits](jackc/pgx@v4.11.0...v4.18.2)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@michaelalang
Copy link
Contributor Author

@ibazulic wait ... there's some commit's in this PR that shouldn't be in ... trying to fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

4 participants