Skip to content

Commit 520a85c

Browse files
authored
Merge pull request #6 from ddanilyuk/task/cronChange
Cron every month
2 parents 090bfcf + a4dd13c commit 520a85c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/App/Cron/RefreshGroupsCron.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public struct RefreshGroupsCron: AsyncVaporCronSchedulable {
1313
public typealias T = Void
1414

1515
public static var expression: String {
16-
"0 4 * * 0"
16+
"0 4 28 * *"
1717
}
1818

1919
public static func task(on application: Application) async throws -> Void {

0 commit comments

Comments
 (0)