Webhook & ThingSpeak

I am experimenting with webhooks and came across the below errors. Any pointers as to why these errors may occur?

hook-error/DeviceInformationalLogs/0 Too many errors in a row, sleeping… June 14th at 12:34:56 am particle-internal
{“data”:“Too many errors in a row, sleeping…”,“ttl”:“60”,“published_at”:"2016-06-14

hook-error/DeviceInformationalLogs/0Sleeping, too many errors, please wait and try againJune 14th at 12:35:41 amparticle-internal

Thanks
Priya

The docs tell about the limits that will be imposed on “misbehaving” webhooks
https://docs.particle.io/guide/tools-and-features/webhooks/#limits

But why these errors occure in the first place should be examined on the targeted host, in the webhook definition and maybe your code.

1 Like