You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.
well, I don't know. I tested the git-server, but this is not the problem. it serves 200 concurrent requests with no problems. All I can think of is, that the pipeline is consuming too much time somewhere so that the requests take too long. which is scary, since already a concurrency of 3 produces errors.
however, I don't think this is a problem in production, as each request is handled by it's own action. so they don't block their own git-server 🙂
as for local development, using --dev-default HTTP_TIMEOUT 5000 solves the issues for me.
The text was updated successfully, but these errors were encountered:
from slack:
The text was updated successfully, but these errors were encountered: