I have set up a webhook in Bitbucket that is supposed to trigger everytime a developer commits and pushes changes to the remote repository, but it times out sporadically.
Flow is like this:
So after I pushed changes, the Webhook shows:
Response from https://myurl
Request status: TIMEOUT
Elapsed time: 5088ms
But if I click on 'Resend request', it processes and API returns 200 - OK.
Is there anybody else experiencing similar issues and have any suggestion?
Thank you