Skip to content

Commit a5d6d36

Browse files
committed
Update cron
1 parent 0c6bb0e commit a5d6d36

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

services/checkin/config.json5.j2

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
whitelist: [], // You can whitelist some crons if you only want to run specific crons
2929
blacklist: [], // You can blacklist some crons if you don't want to run them
3030
// You can use this site to generate cron expression: https://crontab.guru/
31-
checkIn: '0 20 * * *',
32-
codeRedeem: '0 */6 * * * *',
33-
expedition: '0 */6 * * * *',
34-
missedCheckIn: '0 0 23 * * *',
35-
realmCurrency: '0 */6 * * *',
31+
checkIn: '0 0 * * *',
32+
missedCheckIn: '0 23 * * *',
33+
codeRedeem: '2 */1 * * *',
34+
expedition: '4 */1 * * *',
35+
realmCurrency: '6 */1 * * *',
36+
stamina: '15 */1 * * * *'
3637
shopStatus: '0 */6 * * *',
37-
stamina: '0 */2 * * * *'
3838
},
3939
accounts: [
4040
{

services/checkin/docker-compose.hoyolab-auto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ services:
88
volumes:
99
- ./services/checkin/config.json5:/app/config.json5:ro
1010
environment:
11-
TZ: Europe/London
11+
TZ: America/Los_Angeles

0 commit comments

Comments
 (0)