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
I think due to the way sharding is implemented, sometimes the request to create a resource go to one server, and an immediately following request to enumerate said resource goes to another which hasn't yet received the resource from the first server.
Now that we're adding persistence anyway, we can start transitioning to doing our own bookkeeping instead of asking GitHub every time for what we have to do (though being stateless has its advantages).
Maybe the GH API lags?
dlang/dmd#5855
The text was updated successfully, but these errors were encountered: