2021-04-21 12:39:15 UTC - Pavel Kravchenko: Hello, can someone point me to configuration that controls how much time the unused warm container kept? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1619008755172700?thread_ts=1619008755.172700&cid=C3TPCAQG1 ---- 2021-04-21 17:00:02 UTC - Keerthi Kumar S R: Hello, i am trying to do a fresh build on openwhisk using openwhisk-devtools. with commands
```make destroy make quick-start``` everything installs till apimgt. But throughs an error while installing web actions ```invoking: <http://192.168.225.28:9090/api/23bc46b1-71f6-4ed5-8c54-816aa4f8c502/hello/world> Error invoking the web action``` Upon checking the api gateway found below error ```==> /var/log/api-gateway/gateway_error.log <== 2021/04/21 16:51:51 [error] 34#0: *17 peer closed connection in SSL handshake while SSL handshaking to upstream, client: 172.18.0.1, server: , request: "GET /api/23bc46b1-71f6-4ed5-8c54-816aa4f8c502/hello/world HTTP/1.1", upstream: "<https://192.168.225.28:443/api/v1/web/guest/default/hello.json>", host: "192.168.225.28:9090" 2021/04/21 16:51:51 [info] 34#0: *17 client 172.18.0.1 closed keepalive connection ==> /var/log/api-gateway/management.log <== 2021/04/21 16:51:51 [notice] 34#0: *16 [lua] apis.lua:141: addAPI(): creating resource: {"operations":{"get":{"backendMethod":"get","security":{},"backendUrl":"https:\/\/192.168.225.28\/api\/v1\/web\/guest\/default\/hello.json","policies":{}}},"apiId":"5ef2b28d-f8e6-492b-85d2-39a28debc868","cors":{"origin":"true"}}path: hello/worldtenantobj{"namespace":"23bc46b1-71f6-4ed5-8c54-816aa4f8c502","instance":"","id":"23bc46b1-71f6-4ed5-8c54-816aa4f8c502"}, client: 172.18.0.1, server: management_gw, request: "POST /v2/23bc46b1-71f6-4ed5-8c54-816aa4f8c502/apis HTTP/1.1", host: "192.168.225.28:9000" 2021/04/21 16:51:51 [notice] 34#0: *16 [lua] resources.lua:37: addResource(): setting snapshot for id: 23bc46b1-71f6-4ed5-8c54-816aa4f8c502, client: 172.18.0.1, server: management_gw, request: "POST /v2/23bc46b1-71f6-4ed5-8c54-816aa4f8c502/apis HTTP/1.1", host: "192.168.225.28:9000"``` Everything used to work.. but suddenly have an error with latest version Can someone point me if i am missing something? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1619024402179100 ----