Skip to content

[FEATURE] Job integer frequency (run job every Nth webchanges run) #52

@drws

Description

@drws

Is your feature request related to a problem? Please describe.
Some jobs need more checks than others (per time interval), which is impossible to achieve with a single webchanges instance.

Describe the solution you'd like
A simple parameter that allowed a job to skip some runs would suffice to achieve different time periods. By analogy the parameter could also be called gear. If gear of the job is 1, it runs every time, second-gear jobs run every second time, and so on.

Describe alternatives you've considered
Multiple instances of webchanges. Works, but is not a clean solution.

Additional context
There's only a single job counter needed to implement this. However, this request also poses an opportunity to discuss whether each job should have its own counter (for some other reason).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions