-
Notifications
You must be signed in to change notification settings - Fork 58
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
Run boefje once at creation or update of ooi #3879
Comments
@underdarknl could you work out the requirements for this feature request and the likely scenarios? |
@jpbruinsslot I agree we should add this as a flag to the boefjes definition if needed.
Deletion is never cause for a boefje to run, and neither are reads. |
The likely usecase would be to run a boefje Once on every create/update to make sure we gather static data from a remote source, or send the OOI to a remote sink when we create/Update it in KAT. An alerting boefje that sends out the OOI 'as it happens' would be our first user of this feature. |
So to recap:
|
|
Tests have been added to the PR |
From the scheduler we need to differentiate what types of boefje requires a different approach for calculating the next time a task needs to run or to run once. Likely we need to update the boefje definition in order to give the scheduler the necessary information on how to schedule the task.
The text was updated successfully, but these errors were encountered: