Context:
I'm running Dagger in a GitHub Action through Depot. Had a job hanging, and noticed the log was full of this. Cancelled after ~4 minutes, was fine after restarting the job.
I usually see this in logs ~10 times or so normally, this is the first time I noticed it hanging and never starting the job.
Is there a way to configure a timeout on connection so I can fail early if this happens, or max attempts or similar? I could set a github actions job timeout, but there's a chance this one can take over 15 minutes if the cache is totally cold.