Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 06e4788

Browse files
committed
chore: change scheduler timings
1 parent 42ba2a0 commit 06e4788

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/vixar-scheduler/vars/base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ app:
44
name: daronenko/vixar-scheduler
55
tag: 55a2721d
66
scheduler:
7-
cron_pattern: "45 22 * * *"
7+
cron_pattern: "15 00 * * *"
88
workers_count: 2
99
scraper:
1010
output_every: 10000

apps/vixarapi/vars/base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ app:
1010
allow_credentials: true
1111
max_age: 24h
1212
scheduler:
13-
refresh_search_table_pattern: "0 8 * * *"
13+
refresh_search_table_pattern: "15 03 * * *"
1414
postgres:
1515
host: postgres
1616
port: 5432

0 commit comments

Comments
 (0)