I have a service which sites idle on Heroku waiting for webhook events from MRs, and performs an action whenever an MR is closed.
Over the last few weeks, this service (which was previously reliable) has become flaky, and seems to run on some MR close events, but not all. There doesn’t seem to be any pattern to which MR close events correctly fire the bot and which do not.
Has anyone else had problems with webhooks lately?