Changing cron to run at every minute in 7th hour
This commit is contained in:
parent
e8336291eb
commit
6b197addfb
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ const logger = new Logger('cron', 'default', LogLevel.DEBUG)
|
|||
export const startTasks = () => {
|
||||
try {
|
||||
const task = schedule(
|
||||
'* * * * *',
|
||||
'* 7 * * *',
|
||||
async (timestamp) => {
|
||||
asyncLocalStorage.run(
|
||||
new Logger('cron', v4(), LogLevel.DEBUG),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue