#geoffoliver

1 messages ยท Page 1 of 1 (latest)

solemn willowBOT
umbral trail
#

Deleting the webhook should stop the requests to your endpoint

#

You're not seeing that behavior?

onyx mist
#

i deleted the webhook, but created a new one because we do still need the webhooks, and it looks like the new one just picked up where the old one left off

#

we just don't need all the webhooks that were failing over the past few days... or really any before today.

umbral trail
#

That also shouldn't happen. If you delete a webhook endpoint and re-add it, it should only pickup events after the endpoint was created

onyx mist
#

interesting.

#

thank you for your time and help ๐Ÿ™‚

umbral trail
#

Are you seeing different behavior than that though?

onyx mist
#

i thought i was, but going through the pending events in the dashboard, there's a whole bunch of them but it looks like they were all created today. i'm ~10 pages deep

umbral trail
#

Ah yeah makes sense

#

I also recommend only listening to specific events you need to handle in your code (if you're not already), not all events

onyx mist
#

thank you. i'll suggest we do that. i'm not sure why they want all events on this webhook, but yeah, it's a bit much ๐Ÿ˜‰

#

thanks for your help!!

umbral trail
#

No problem! We highly discourage listening to all events because of your exact issue. It's a great way to overload your server