forked from upptime/uptime-monitor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Add support for custom CI schedule (fixed upptime#71)
- Loading branch information
1 parent
8c78d77
commit 3d93e8c
Showing
3 changed files
with
55 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
export const GRAPHS_CI_SCHEDULE = "0 0 * * *"; | ||
export const RESPONSE_TIME_CI_SCHEDULE = "0 23 * * *"; | ||
export const STATIC_SITE_CI_SCHEDULE = "0 1 * * *"; | ||
export const SUMMARY_CI_SCHEDULE = "0 0 * * *"; | ||
export const UPDATE_TEMPLATE_CI_SCHEDULE = "0 0 * * *"; | ||
export const UPDATES_CI_SCHEDULE = "0 3 * * *"; | ||
export const UPTIME_CI_SCHEDULE = "*/5 * * * *"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters