You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I've devellop some watchdog using glb_wdog_backend model.
It is working well, excect that router are only update after second watchdog call.
The first call ( after add with echo ip:port;weight ) set ctx ->state to 3 , but it seems that's router is not update this first time, i must patient during -i interval
Can you explain this behaviour
Regards,
Nicolas .
The text was updated successfully, but these errors were encountered:
If I understood the question correctly, the reason for that is the watchdog main loop behavior where it waits for the preset interval to get as many destinations to report their states before processing the results (as opposed to reacting to every report). This is done to minimize computational expenses.
Hello,
I've devellop some watchdog using glb_wdog_backend model.
It is working well, excect that router are only update after second watchdog call.
The first call ( after add with echo ip:port;weight ) set ctx ->state to 3 , but it seems that's router is not update this first time, i must patient during -i interval
Can you explain this behaviour
Regards,
Nicolas .
The text was updated successfully, but these errors were encountered: