mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-26 07:25:51 +03:00
[GH-ISSUE #707] Advanced Custom Cron #509
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#509
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MichalisDBA on GitHub (Sep 21, 2022).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/707
Hello.
We have a cronjob that looks like this
It runs only At 09:00 on every day-of-month from 1 through 7 BUT if the day is Sunday. So to summarize it runs every first Sunday of a new month.
How is it possible to setup something like this in healthchecks system without giving false possitives alerts etc.?
@cuu508 commented on GitHub (Sep 21, 2022):
You can use
00 09 * * SUN#1.#1is a non-standard syntax feature. Here are a couple others that healthchecks supports.