jsdelivr / globalping

A global network of probes to run network tests like ping, traceroute and DNS resolve
https://www.jsdelivr.com/globalping
248 stars 31 forks source link

Constant re-registering of synced-probe-list nodes #546

Open alexey-yarmosh opened 6 days ago

alexey-yarmosh commented 6 days ago

In New Relic there are many repeated logs like Removed node *. and Registered new node *.. That indicates that either the API server or Redis was too slow to update at the expected frequency.

Most likely that is the reason why some probes are offline on the dashboard from time to time: Worker can't sync with a external node -> removes it's nodes from fetchProbes -> AdoptedProbes syncs missing probes as offline.