mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 02:05:41 +01:00
fix: reduce the execution sweep job frequency from hourly to daily (#20601)
Signed-off-by: chlins <chlins.zhang@gmail.com>
This commit is contained in:
parent
df4ab856c7
commit
ac671617fb
@ -41,8 +41,8 @@ const (
|
||||
systemVendorID = -1
|
||||
|
||||
cronTypeCustom = "Custom"
|
||||
// run for every hour
|
||||
cronSpec = "0 0 * * * *"
|
||||
// run for every day
|
||||
cronSpec = "0 0 0 * * *"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
Loading…
Reference in New Issue
Block a user