Webhook Retries

Hey,

We are currently utilising Prismic with our NextJS application. As outlined in the docs we use the webhook functionality to hit our revalidate API on 'publish'. Currently we have known issue in our revalidation that stems from the page content being too large. In this case, we would like to be able to stop the webhook from retrying after the first attempt (seems to be up to 5 times in 30 second intervals).

We have tried returning a 200 in this case. But that doesn't seem to stop the retries. Are the retries dependent on anything other than the returned status code or could there be something we maybe have misconfigured?

Thanks!

Hi Harry!
Could you send me your repository name in DM? So that we can have a look?