Tim
Tim
I've also run into this problem, I don't have a reproduction, but I can leave a breadcrumb ... it seems to be triggered when a repo that your other private...
I am having the same issue, the root of the problem seems to be that it only downloads the top level refs as @jelmer says above. However if it fails...
Unfortunately specifying the full commit hash leads to a separate bug, running into the same problem as @FionaDmello.
My comments below are specifically about the `manifest` and `project` input types, but not about the general suggestion of the RFC to move to objects/URIs. I worry that this will...
I didn't know about `implictDeps`, thanks that's very useful. Maybe to help it move forward, the RFC could be split up: 1. A new syntax for input types (object/URI) that...
Hey, sure here is some more info: - client version is 2.0.1 - Debian bookworm (sorry I was wrong about this in the OP). Specifically using [the python:3.12.9-slim docker image.](https://hub.docker.com/layers/library/python/3.12.9-slim/images/sha256-32432ed74044491491c7bd9e11f78d25f7053218ca39af3d5bb038280610086b)....
I don't think this is expected: 1) we explicitly close the client as part of our application shutdown upon receiving a SIGTERM. 2) there was no autoscaling event, the incident...
We've mitigated this on our side by tweaking our health check endpoint to 400 if the valkey client is closed, and let the cluster manage restarting the app and recreating...
This has happened again, here's the error stack from the initial "invalid state" error in case its helpful in determining a root cause. ``` Traceback (most recent call last): File...
Sounds like a great plan, thank you. Will let you know if we find out any more info on our side.