Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Clarify the behavior of out of order push events #97

Open
ejholmes opened this issue Sep 14, 2017 · 0 comments
Open

Clarify the behavior of out of order push events #97

ejholmes opened this issue Sep 14, 2017 · 0 comments
Labels

Comments

@ejholmes
Copy link
Contributor

Under normal circumstances, GitHub will send a push event in the same order that commits are added. So, for example, if you do the following:

$ git commit --allow-empty
$ git rev-parse HEAD
abcd
$ git push
$ git commit --allow-empty
$ git rev-parse HEAD
dcba
$ git push

Then SlashDeploy would first receive a push event for abcd, then a push event for dcba.

But, GitHub's documentation doesn't specify anything about ensuring that the push events are received in the same order that they were committed.

What happens if GitHub sends the push event for dcba before abcd?

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

No branches or pull requests

1 participant