mirror of
https://gitlab.com/2-chainz/2-chainz-rest.git
synced 2025-08-03 12:01:28 +00:00
fixed cron expression to run weekly
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"name": "mytimer",
|
||||
"type": "timerTrigger",
|
||||
"direction": "in",
|
||||
"schedule": "0 0 * * * 1",
|
||||
"schedule": "0 0 10 * * MON",
|
||||
"runOnStartup": true
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user