Clara Fu
Clara Fu
## Summary The `job_inputs` query that we use to grab all the inputs for the dashboard can end up getting slow with a really large deployment where lots of users...
## Summary In my stress environment, the database is pinned to around 95% CPU and it seems like the most troublesome query is the following: ``` WITH builds_of_job AS (...
## Summary In my stress environment running 7.6.0, I have seem specifically 2 workers that have seen their disk usage climb until it gets full.  The weird thing is...
## Summary There was a user that reported they were seeing a container image that was used to run integration tests, and the user’s home directory had the wrong owner...
## Summary The automatic pipeline archiver still has some edge cases for when it will archive all the child pipelines accidentally. One of the cases is when the parent job...
## Summary We have a global resource checking interval called `ResourceCheckingInterval` that is used as the interval for checking resources, resource types and prototypes. But the majority of the time,...
In our large scale environment, the web nodes get into a restarting loop whenever we do an upgrade or purely restarting the web node. In our case, this is usually...
From concourse/concourse#6434 Depends on concourse/flag#6 This PR converts baggageclaim config to support YAML, envstruct and validator tags. We no longer use `go-flags` to support flags because we are converting concourse...
## Summary Currently, you can pin a resource and allow you to write a comment on why it is pinned in order to carry context to other users that are...