Skip to content

Commit

Permalink
Update deploy-bdjuno-public-testnet.yml
Browse files Browse the repository at this point in the history
Change worker qty for bdjuno
  • Loading branch information
beb4now authored Jun 4, 2024
1 parent 4c8f8e3 commit 7440368
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-bdjuno-public-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
address: http://public-testnet-seed-02.hosts.cudos.org:9090
insecure: true
parsing:
workers: 2
workers: 5
listen_new_blocks: true
parse_old_blocks: false
parse_genesis: true
Expand All @@ -85,8 +85,8 @@ jobs:
user: ${{ secrets.POSTGRES_USER }}
password: ${{ secrets.POSTGRES_PASSWORD }}
schema: public
max_open_connections: 20
max_idle_connections: 20
max_open_connections: 10
max_idle_connections: 10
logging:
level: debug
format: text
Expand All @@ -103,7 +103,7 @@ jobs:
rewards_frequency: 1000
workers:
- name: fix_blocks_worker
interval: 5m
interval: 60m
- name: migrate_nfts_worker
interval: 120m
- name: blocks_monitoring_worker
Expand Down

0 comments on commit 7440368

Please sign in to comment.