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

where/how to run recurring tasks that today are cronjobs? #61

Open
evgeni opened this issue Nov 23, 2024 · 2 comments
Open

where/how to run recurring tasks that today are cronjobs? #61

evgeni opened this issue Nov 23, 2024 · 2 comments

Comments

@evgeni
Copy link
Member

evgeni commented Nov 23, 2024

SSIA

@ehelms
Copy link
Member

ehelms commented Nov 25, 2024

In theory they can be run as cron jobs still but executing within the container context instead of as a script. We should compile a list of the cron jobs.

@ekohl
Copy link
Member

ekohl commented Nov 25, 2024

I'd like to convert things to within the application if possible and systemd timers otherwise. The benefit of the former is that it'll ease the path to HA deployments. https://wiki.archlinux.org/title/Systemd/Timers#As_a_cron_replacement has a nice overview of reasons for the latter (and also downsides).

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

No branches or pull requests

3 participants