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

[mula] Backoff timer multiplier support #1318

Closed
underdarknl opened this issue Jul 3, 2023 · 2 comments
Closed

[mula] Backoff timer multiplier support #1318

underdarknl opened this issue Jul 3, 2023 · 2 comments
Assignees
Labels
katalogus mula Issues related to the scheduler rocky Issues related to Rocky

Comments

@underdarknl
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Some boefjes should be ran more often, and some less often. Currently we have 1 setting for the whole scheduler, but more flexibility is needed.

Describe the solution you'd like
I propose we allow the boefje-config to contain a multiplier value applied on top of the global scheduler setting to modify the backoff timer when scheduling new jobs.
This modifier doesn't really make sense to include for boefjes by default (I think) so I'd say we allow this setting to be set by the user on the boefje-detail page as wanted, and store it in the katalogus as a setting.
Currently, we dont have 'global' boefje settings, but this would be reasonable to include as a generic configurable for all boefjes, and as such does not need to be included in the main boefje schema but rather in a global setting schema.

Describe alternatives you've considered
None yet

@underdarknl underdarknl added mula Issues related to the scheduler rocky Issues related to Rocky katalogus labels Jul 3, 2023
@underdarknl underdarknl added this to KAT Jul 3, 2023
@github-project-automation github-project-automation bot moved this to Incoming features / Need assessment in KAT Jul 3, 2023
@zcrt
Copy link
Contributor

zcrt commented Jul 3, 2023

Possible duplicate / Related: #205

@jpbruinsslot
Copy link
Contributor

jpbruinsslot commented Jul 10, 2023

Related implementation: #204

Within this implementation, consideration can be given to the setting of the boefje on a specific interval when it needs to be run again. I left the option open for a field that could use a cron-like syntax for specifying this interval.

@jpbruinsslot jpbruinsslot mentioned this issue Aug 2, 2023
36 tasks
@github-project-automation github-project-automation bot moved this from Incoming features / Need assessment to Done in KAT Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
katalogus mula Issues related to the scheduler rocky Issues related to Rocky
Projects
Archived in project
Development

No branches or pull requests

3 participants