File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments