Skip to content

Commit a37191d

Browse files
committed
fix: update aggregator ansible config-aggregator.yaml.j2
1 parent 02576b1 commit a37191d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,11 @@ aggregator:
3030
garbage_collector_period: 2m #The period of the GC process. Suggested value for Prod: '168h' (7 days)
3131
garbage_collector_tasks_age: 20 #The age of tasks that will be removed by the GC, in blocks. Suggested value for prod: '216000' (30 days)
3232
garbage_collector_tasks_interval: 10 #The interval of queried blocks to get an old batch. Suggested value for prod: '900' (3 hours)
33+
bls_service_task_timeout: 168h # The timeout of bls aggregation service tasks. Suggested value for prod '168h' (7 days)
34+
gas_base_bump_percentage: 25 # Percentage to overestimate gas price when sending a task
35+
gas_bump_incremental_percentage: 20 # An extra percentage to overestimate in each bump of respond to task. This is additive between tries
36+
# Gas used formula = est_gas_by_node * (gas_base_bump_percentage + gas_bum_incremental_percentage * i) / 100, where i is the iteration number.
37+
gas_bump_percentage_limit: 150 # The max percentage to bump the gas price.
38+
# The Gas formula is percentage (gas_base_bump_percentage + gas_bump_incremental_percentage * i) / 100) is checked against this value
39+
# If it is higher, it will default to `gas_bump_percentage_limit`
40+
time_to_wait_before_bump: 72s # The time to wait for the receipt when responding to task. Suggested value 72 seconds (6 blocks)

0 commit comments

Comments
 (0)