Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent double posts #141

Open
wilzbach opened this issue Jul 16, 2017 · 1 comment
Open

Prevent double posts #141

wilzbach opened this issue Jul 16, 2017 · 1 comment

Comments

@wilzbach
Copy link
Member

Maybe the GH API lags?

image

dlang/dmd#5855

@CyberShadow
Copy link
Member

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants