File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
ansible/roles/invoker/tasks Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 292
292
" CONFIG_whisk_containerPool_prewarmExpirationCheckIntervalVariance " : " {{ container_pool_prewarm_expirationCheckIntervalVariance | default('10 seconds') }}"
293
293
" CONFIG_whisk_containerPool_prewarmPromotion " : " {{ container_pool_strict | default('false') | lower }}"
294
294
" CONFIG_whisk_containerPool_prewarmMaxRetryLimit " : " {{ container_pool_prewarm_max_retry_limit | default(5) }}"
295
+ " CONFIG_whisk_containerPool_memorySyncInterval " : " {{ container_pool_memorySyncInterval | default('1 second') }}"
295
296
" CONFIG_whisk_containerPool_batchDeletionSize " : " {{ container_pool_batchDeletionSize | default(10) }}"
296
297
" CONFIG_whisk_invoker_username " : " {{ invoker.username }}"
297
298
" CONFIG_whisk_invoker_password " : " {{ invoker.password }}"
Original file line number Diff line number Diff line change @@ -165,6 +165,7 @@ whisk {
165
165
data-management-service {
166
166
retry-interval = "{{ scheduler.dataManagementService.retryInterval | default('1 second') }}"
167
167
}
168
+ blackbox-multiple = "{{ scheduler.blackboxMultiple }}"
168
169
}
169
170
}
170
171
You can’t perform that action at this time.
0 commit comments