Skip to content

WIP: instance*: reduce frequency of promise plugin checking local sockets

Currently, this is checked every 2 minutes and fails when there is 3 errors.

As such check is local only, it does not depend on external network, and error can be reported immediately.

Increase the frequency to 6 minutes, we should lead to the same behaviour from error monitoring point of view.

Merge request reports