File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,17 +59,17 @@ export async function setupSchedules() {
5959 { opts : { attempts : 1 } } ,
6060 )
6161
62- // Every day at 12:45 PM UTC - Upgrade Hobby users to HobbyV3
62+ // Every day at 14:30 PM UTC - Upgrade Hobby users to HobbyV3
6363 await maintenanceQueue . upsertJobScheduler (
6464 'upgradeHobbyUsersToV3Job' ,
65- { pattern : '45 12 * * *' } ,
65+ { pattern : '30 14 * * *' } ,
6666 { opts : { attempts : 1 } } ,
6767 )
6868
69- // Every day at 12:10 PM UTC - Upgrade TeamV2 users to TeamV3
69+ // Every day at 14:30 PM UTC - Upgrade TeamV2 users to TeamV3
7070 await maintenanceQueue . upsertJobScheduler (
7171 'upgradeTeamV2UsersToV3Job' ,
72- { pattern : '10 12 * * *' } ,
72+ { pattern : '30 14 * * *' } ,
7373 { opts : { attempts : 1 } } ,
7474 )
7575}
You can’t perform that action at this time.
0 commit comments