Skip to content

Commit

Permalink
Add missing configurations. (#5297)
Browse files Browse the repository at this point in the history
  • Loading branch information
style95 authored Jul 29, 2022
1 parent 44379b8 commit 3e5b8b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ansible/roles/invoker/tasks/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@
"CONFIG_whisk_containerPool_prewarmExpirationCheckIntervalVariance": "{{ container_pool_prewarm_expirationCheckIntervalVariance | default('10 seconds') }}"
"CONFIG_whisk_containerPool_prewarmPromotion": "{{ container_pool_strict | default('false') | lower }}"
"CONFIG_whisk_containerPool_prewarmMaxRetryLimit": "{{ container_pool_prewarm_max_retry_limit | default(5) }}"
"CONFIG_whisk_containerPool_memorySyncInterval": "{{ container_pool_memorySyncInterval | default('1 second') }}"
"CONFIG_whisk_containerPool_batchDeletionSize": "{{ container_pool_batchDeletionSize | default(10) }}"
"CONFIG_whisk_invoker_username": "{{ invoker.username }}"
"CONFIG_whisk_invoker_password": "{{ invoker.password }}"
Expand Down
1 change: 1 addition & 0 deletions tests/src/test/resources/application.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ whisk {
data-management-service {
retry-interval = "{{ scheduler.dataManagementService.retryInterval | default('1 second') }}"
}
blackbox-multiple = "{{ scheduler.blackboxMultiple }}"
}
}

Expand Down

0 comments on commit 3e5b8b2

Please sign in to comment.