Skip to content

Commit 1e49973

Browse files
committed
Add retry configuration options for thread count
1 parent 95ff6f4 commit 1e49973

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

deploy/all-cr.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,8 @@ data:
374374
loadLimiter:
375375
cpuUsage: ${CONFIG_MAX_CPU_USAGE:}
376376
loadUsage: ${CONFIG_MAX_LOAD_USAGE:}
377+
retry:
378+
threads: ${CONFIG_RETRY_THREADS:0}
377379
circuitBreaker:
378380
type: Resilience4j
379381
cleanInterval: 30000

deploy/joylive-injector/config/config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ agent:
225225
loadLimiter:
226226
cpuUsage: ${CONFIG_MAX_CPU_USAGE:}
227227
loadUsage: ${CONFIG_MAX_LOAD_USAGE:}
228+
retry:
229+
threads: ${CONFIG_RETRY_THREADS:0}
228230
circuitBreaker:
229231
type: Resilience4j
230232
cleanInterval: 30000
17 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)