Skip to content

Commit

Permalink
Schedule a node state update after context load (netdata#18795)
Browse files Browse the repository at this point in the history
  • Loading branch information
stelfrag authored Oct 17, 2024
1 parent a510e17 commit eaeca09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/database/sqlite/sqlite_aclk_node.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ void aclk_check_node_info_and_collectors(void)
if (pp_queue_empty && wc->node_info_send_time && wc->node_info_send_time + 30 < now) {
wc->node_info_send_time = 0;
build_node_info(host);
schedule_node_state_update(host, 10000);
internal_error(true, "ACLK SYNC: Sending node info for %s", rrdhost_hostname(host));
}

Expand Down

0 comments on commit eaeca09

Please sign in to comment.