We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug After enabling garbage collection in one of our Werft installations, the WebUI became unresponsive after 30~40 minutes.
We noticed errors when the Web UI performed the ListJobs method.
ListJobs
Meanwhile, we also noticed the lack of logs being emitted
To Reproduce Start a Werft instance with the configuration from this PR.
Expected behavior
The text was updated successfully, but these errors were encountered:
let's schedule https://github.com/gitpod-io/ops/issues/1358 again when this issue is fixed.
Sorry, something went wrong.
I can't really reproduce the issue. I took a DB dump from werft.gitpod-dev.com and tried to replicate the problem. Everything works as expected.
It might be the logs (see linked PR), or some lock in the DB. Next time we try and enable GC, I'd like to look at the DB and see if there's a problem.
No branches or pull requests
Describe the bug
After enabling garbage collection in one of our Werft installations, the WebUI became unresponsive after 30~40 minutes.
We noticed errors when the Web UI performed the
ListJobs
method.Meanwhile, we also noticed the lack of logs being emitted
To Reproduce
Start a Werft instance with the configuration from this PR.
Expected behavior
The text was updated successfully, but these errors were encountered: