One project in my account (mes-fm) has stopped deploying entirely — nothing has gone out in over an hour despite:
- Multiple real commits pushed to main (not empty commits)
- 4 separate Deploy Hooks created fresh, all on branch main. Every one returns {"job":{"id":"...","state":"PENDING"}} when triggered, but no new deployment ever appears in the project's Deployments list — not Ready, not Building, not even Errored. Just nothing.
- A full account-level GitHub reconnect (Account Settings > Login Connections > disconnect/reconnect), done twice, which did successfully unstick several other projects in this same account earlier today — but not this one.
Ruled out so far:
- Commit author: consistent (matheasy 86994620+matheasy@users.noreply.github.com) across every commit, and this same identity's commits ARE deploying successfully to sibling projects in the account right now (just not this one).
- Ignored Build Step: set to "Automatic", not a custom script.
Project: mes-fm (prj_1NpZkWYtZlVcPskfDTrLpprpdWHV) Recent Deploy Hook job IDs that went nowhere: JwvdorusOtdvArd7yQWt, TSJ3KF1cDykW4heRiinV, PZBJX7FZH5IbypdOEPLB, YIwUd46nBPeNKJgfLh8l
A second project in the same account (mes-fm-inflation) hit this identical symptom earlier today, also unresolved by any of the above.
Would appreciate any insight into why Deploy Hook requests for these specific projects aren't resulting in any build attempt at all, when the same mechanism works instantly on sibling projects in the same account.