Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event mechanism to initiate update runs #1

Open
benmaddison opened this issue Apr 9, 2019 · 0 comments
Open

Event mechanism to initiate update runs #1

benmaddison opened this issue Apr 9, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@benmaddison
Copy link
Member

benmaddison commented Apr 9, 2019

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.

@benmaddison benmaddison added the enhancement New feature or request label Apr 11, 2019
@benmaddison benmaddison changed the title Initiate run on SIGHUP Event mechanism to initiate update runs Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant