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

Add option for a fixed time 24h, 48h, ... schedule #86

Closed
wants to merge 3 commits into from

Conversation

etzelc
Copy link

@etzelc etzelc commented Dec 2, 2022

Run the service updates at a specific time.

An environment variable SLEEP_UNTIL is introduced, which uses a 24-hour time format with the option to specify additional days: HH[:MM[:SS]] [add days]. This allows 24h, 48h, 72h, ... schedules that run at a fixed time. Examples: 23 --> every day at 23:00:00; 13:30:10 2 --> every third day at 13:30:10

If SLEEP_UNTIL is set, any value in SLEEP_TIME is ignored.

@etzelc etzelc closed this Jan 17, 2023
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.

1 participant