[Solved] Webhook locked up

@Dmitriy I have the following entry in server.properties of a cloud based Blynk server to allow unlimited Webhook posts:

webhooks.frequency.user.quota.limit=-1

It’s been happily posting data at approximately 5s intervals for a few weeks. Today I noticed it stopped around 4pm yesterday.

The log, set at info verbosity, has the following entries for yesterday:

15:54:01.510 INFO - me@home.com hardware joined.
15:54:04.994 INFO - me@home.comm hardware joined.
15:54:10.104 ERROR- Error sending webhook for me@home.com.
15:54:11.446 INFO - another@home.com hardware joined.
15:54:13.818 ERROR- Error sending webhook for me@home.com.
15:54:20.179 ERROR- Error sending webhook for me@home.com.
15:54:23.820 ERROR- Error sending webhook for me@home.com.
15:54:30.119 ERROR- Error sending webhook for me@home.com.
15:54:40.118 ERROR- Error sending webhook for me@home.com.
15:54:50.106 ERROR- Error sending webhook for me@home.com.
15:54:53.819 ERROR- Error sending webhook for me@home.com.
15:55:00.104 ERROR- Error sending webhook for me@home.com.
15:55:03.817 ERROR- Error sending webhook for me@home.com.
15:55:10.112 ERROR- Error sending webhook for me@home.com.
15:55:13.820 ERROR- Error sending webhook for me@home.com.
15:55:20.110 ERROR- Error sending webhook for me@home.com.
15:55:23.819 ERROR- Error sending webhook for me@home.com.
15:55:30.109 ERROR- Error sending webhook for me@home.com.
15:55:33.818 ERROR- Error sending webhook for me@home.com.
15:55:40.115 ERROR- Error sending webhook for me@home.com.
15:55:43.819 ERROR- Error sending webhook for me@home.com.
15:55:53.823 ERROR- Error sending webhook for me@home.com.
15:56:03.817 ERROR- Error sending webhook for me@home.com.
15:56:13.817 ERROR- Error sending webhook for me@home.com.
15:56:23.819 ERROR- Error sending webhook for me@home.com.
16:26:10.467 INFO - me@home.com hardware joined.
22:01:42.721 INFO - me@home.com hardware joined.
22:01:47.433 INFO - me@home.com hardware joined.

No errors in the log for today but no webhooks posts allowed.
I have rebooted the cloud server and webhooks posts have restarted.

In case you see this again - please try to open webhook widget settings and start the project again. If that helps, then the problem is below.

Remote server could go down for the maintenance. And server stops sending webhooks after 10 failures. So this could be a reason.

I actually have 2 separate systems posting at 10s intervals i.e. 5s interval average. That maybe why I see around 22 error messages rather than 10.

I’ll add some code in our sketch to check for the “OK” that the webhook url provides and to email me if it stops again.