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

Support for cron #18

Open
jokay opened this issue Dec 20, 2022 · 0 comments
Open

Support for cron #18

jokay opened this issue Dec 20, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jokay
Copy link
Owner

jokay commented Dec 20, 2022

Is your feature request related to a problem? Please describe.

Not a problem, but some people may prefer using cron over an interval.

Describe the solution you'd like

Support for the default cronjobs by environment parameter.

# do daily/weekly/monthly maintenance
# min	hour	day	month	weekday	command
*/15	*	*	*	*	run-parts /etc/periodic/15min
0	*	*	*	*	run-parts /etc/periodic/hourly
0	2	*	*	*	run-parts /etc/periodic/daily
0	3	*	*	6	run-parts /etc/periodic/weekly
0	5	1	*	*	run-parts /etc/periodic/monthly

e.g. CRON={15min|hourly|daily|weekly|monthly}

Describe alternatives you've considered

None.

Additional context

@jokay jokay added the enhancement New feature or request label Dec 20, 2022
@jokay jokay self-assigned this Dec 20, 2022
@github-actions github-actions bot added the stale label Feb 1, 2023
@jokay jokay removed the stale label Feb 1, 2023
@github-actions github-actions bot added the stale label Mar 4, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 19, 2023
@jokay jokay removed the stale label Jul 25, 2023
@jokay jokay reopened this Jul 25, 2023
@github-actions github-actions bot added the stale label Aug 25, 2023
Repository owner deleted a comment from github-actions bot Aug 26, 2023
Repository owner deleted a comment from github-actions bot Aug 26, 2023
Repository owner deleted a comment from github-actions bot Aug 26, 2023
Repository owner deleted a comment from github-actions bot Aug 26, 2023
Repository owner locked and limited conversation to collaborators Aug 26, 2023
@jokay jokay removed the stale label Aug 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant