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
Currently, to start a new update run before the refresh-interval timer fires,
the daemon has to be killed with agent PrefixListAgent terminate.
This is messy and unnecessary.
Until a pub/sub mechanism is available via SysDB/EOS-SDK, create a socket on
agent start up that can be used (e.g. by CLI handlers) to send events/RPCs
directly to the agent.
The initial usecase will be to implement a clear prefix-list-agent CLI
command that will clear the current timer and initiate an update run
immediately.
The text was updated successfully, but these errors were encountered:
Currently, to start a new update run before the
refresh-interval
timer fires,the daemon has to be killed with
agent PrefixListAgent terminate
.This is messy and unnecessary.
Until a pub/sub mechanism is available via SysDB/EOS-SDK, create a socket on
agent start up that can be used (e.g. by CLI handlers) to send events/RPCs
directly to the agent.
The initial usecase will be to implement a
clear prefix-list-agent
CLIcommand that will clear the current timer and initiate an update run
immediately.
The text was updated successfully, but these errors were encountered: