Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ws-manager-mk2] allow the k8s client a higher limit (gitpod-io#19695)
This helps unblock consumers, such as gRPC and controller reconcilation. The side effects are: * the longest running reconcilation for mk2 is no longer 2s, it floats between 250-600ms. * mk2 workqueue latency is consistent, and the duration doesn't become excessive anymore. * mk2 work queue depth is high now, but, flattens as start workspace requests cease, and drops as workspaces stop (MarkActive volume) * increased memory utilization for the API server (it doubles)
- Loading branch information