Fix concurency error beetween jobs

pull/2326/head
Jérémy Rialland 2022-10-13 17:22:28 +02:00 committed by Jérémy Rialland
parent eb0ab83c00
commit 83be7cc562
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ const jobs: BreeOptions['jobs'] = [
},
{
name: 'weekly-randomizer',
interval: 'on Thursday at 17:42',
interval: 'on Thursday at 16:40',
},
]