Skip to content

Add scheduler day selection - #97

Closed
devildant wants to merge 3 commits into
JourneyDocker:mainfrom
devildant:schedule_day
Closed

Add scheduler day selection#97
devildant wants to merge 3 commits into
JourneyDocker:mainfrom
devildant:schedule_day

Conversation

@devildant

Copy link
Copy Markdown

This PR adds an optional scheduler.schedule_days setting.

When configured, the scheduler only runs on the selected days:

scheduler:
enable: true
schedule_time: "04:30"
schedule_days:
- sunday

If schedule_days is empty or omitted, the scheduler keeps the existing behavior and runs every day.

This is useful for large libraries where running the deep analysis every day is unnecessary.

@JourneyOver

Copy link
Copy Markdown
Member

Closing this as I've just pushed a commit that Supersedes this PR and have done it slightly different.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants