Skip to content

Commit b32b82c

Browse files
authored
infra(aggregator): update ansible deployment script (#2204)
1 parent a2dcb5f commit b32b82c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

infra/ansible/playbooks/aggregator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
git:
3939
repo: https://github.com/yetanotherco/aligned_layer.git
4040
dest: /home/{{ ansible_user }}/repos/{{ service }}/aligned_layer
41-
version: 2075-feat-hoodi-deployment
41+
version: v0.20.0
4242
loop:
4343
- aggregator
4444

infra/ansible/playbooks/templates/config-files/config-aggregator.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ aggregator:
3838
# The Gas formula is percentage (gas_base_bump_percentage + gas_bump_incremental_percentage * i) / 100) is checked against this value
3939
# If it is higher, it will default to `gas_bump_percentage_limit`
4040
time_to_wait_before_bump: 72s # The time to wait for the receipt when responding to task. Suggested value 72 seconds (6 blocks)
41+
poll_latest_batch_interval: 20s # The interval to poll for latest batches. Default: 20s

0 commit comments

Comments
 (0)