Skip to content

Commit 8a1423c

Browse files
committed
Adjust the keeping duration.
1 parent 829e734 commit 8a1423c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/invoker/src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ whisk {
155155
#aka 'How long should a container sit idle until we kill it?'
156156
idle-container = 10 minutes
157157
pause-grace = 50 milliseconds
158-
keeping-duration = 60 minutes
158+
keeping-duration = 1 second
159159
}
160160
action-health-check {
161161
enabled = false # if true, prewarm containers will be pinged periodically and warm containers will be pinged once after resumed

0 commit comments

Comments
 (0)