Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ba2a0 commit 06e4788Copy full SHA for 06e4788
2 files changed
apps/vixar-scheduler/vars/base.yaml
@@ -4,7 +4,7 @@ app:
4
name: daronenko/vixar-scheduler
5
tag: 55a2721d
6
scheduler:
7
- cron_pattern: "45 22 * * *"
+ cron_pattern: "15 00 * * *"
8
workers_count: 2
9
scraper:
10
output_every: 10000
apps/vixarapi/vars/base.yaml
@@ -10,7 +10,7 @@ app:
allow_credentials: true
11
max_age: 24h
12
13
- refresh_search_table_pattern: "0 8 * * *"
+ refresh_search_table_pattern: "15 03 * * *"
14
postgres:
15
host: postgres
16
port: 5432
0 commit comments