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

⏰ Umstieg auf Cron-Ausdrücke #50

Merged
merged 11 commits into from
Aug 29, 2022
Merged

⏰ Umstieg auf Cron-Ausdrücke #50

merged 11 commits into from
Aug 29, 2022

Conversation

gnmyt
Copy link
Owner

@gnmyt gnmyt commented Aug 29, 2022

⏰ Umstieg auf Cron-Ausdrücke

Anstatt von vorgefertigten Regeln Speedtests zu erstellen lassen sich die Zeiten der Speedtests nun 100% selbst bestimmen.
Es wurde im Menüpunkt "Häufigkeiten einstellen" ein Knopf hinzugefügt, um sich seinen eigenen Cron-Job zu konfigurieren.

Für diejenigen, die sich jedoch damit nicht auseinandersetzen möchten gibt es auch vorgefertigte Konfigurationen:
* * * * * -> Durchgehend (jede Minute)
0,30 * * * * -> Sehr häufig (alle 30 Minuten)
0 * * * * -> Standard (jede Stunde)
0 0,3,6,9,12,15,18,21 * * * -> Selten (alle 3 Stunden)
0 0,6,12,18 * * * -> Sehr selten (alle 6 Stunden)

Für eine Hilfe zu Cron-Ausdrücken lohnt es sich, mal einen Blick auf Crontab Guru zu werfen :)

Änderungen vorgenommen an ...

  • Server
  • Client
  • Dokumentation
  • Sonstiges: ___

@gnmyt gnmyt self-assigned this Aug 29, 2022
@gnmyt gnmyt linked an issue Aug 29, 2022 that may be closed by this pull request
2 tasks
@gnmyt gnmyt merged commit 4831540 into development Aug 29, 2022
@gnmyt gnmyt deleted the updates/cron-migration branch August 29, 2022 12:37
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.

Test-Häufigkeit selbst als Minutenzahl eingeben
1 participant