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 scheduler snippets for systemd timers #255

Open
amotl opened this issue Nov 26, 2020 · 0 comments
Open

Add scheduler snippets for systemd timers #255

amotl opened this issue Nov 26, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@amotl
Copy link
Member

amotl commented Nov 26, 2020

Is your feature request related to a problem?
We want to run wetterdienst as a cronjob. These days, systemd timers is the place to go more often than not.

Describe the solution you'd like
Use @maxhumber's hickory (thanks!) to quickly add scheduling to wetterdienst without efforts, still based on OS-level machineries like systemd for Linux and launchd for macOS.

Describe alternatives you've considered
Do that manually by reading through things like

Additional context
At Luftdatenpumpe, we had a blueprint for a cronjob at luftdaten-viewer.cron and respective documentation at Luftdaten-Viewer Cron Job. However, we want to get the same thing for systemd timers in order to provide users a concise guideline about how to setup wetterdienst running as a cronjob. When hickory can fulfill this job, it would be even better as we can pull it into wetterdienst's dependencies and make it schedule itself.

cc @wetterfrosch

@gutzbenj gutzbenj added the enhancement New feature or request label Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants