1
0
mirror of https://gitlab.com/2-chainz/2-chainz-rest.git synced 2026-06-04 04:30:27 +00:00

fixed cron expression to run weekly

This commit is contained in:
2020-04-21 17:35:21 -07:00
parent 9f3aa38b6a
commit 494ce77467
+1 -1
View File
@@ -5,7 +5,7 @@
"name": "mytimer",
"type": "timerTrigger",
"direction": "in",
"schedule": "0 0 * * * 1",
"schedule": "0 0 10 * * MON",
"runOnStartup": true
}
]