2021-02-13 13:44:55 UTC - Eugene Tulika: Hello! sorry if I’m asking obvious question, searched this room but haven’t seen the answer
I see Travis build is failing (<https://travis-ci.com/github/apache/openwhisk/jobs/482791385>) for the scala 2.13 compilation with the error which doesn’t look related to my changes : ```Could not GET '<https://repo.maven.apache.org/maven2/com/lightbend/akka/discovery/akka-discovery-kubernetes-api_2.13/1.0.5/akka-discovery-kubernetes-api_2.13-1.0.5.jar>``` Does it look like Travis issue or it rather highlights some problem with my changes? Would appreciate any suggestions what to check next https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1613223895158700?thread_ts=1613223895.158700&cid=C3TPCAQG1 ---- 2021-02-13 13:49:05 UTC - Dominic Kim: Not quite sure for now, but sometimes a travis vm is unstable. I've just restarted the build of your PR. Let's see. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1613224145159000?thread_ts=1613223895.158700&cid=C3TPCAQG1 ---- 2021-02-13 13:49:18 UTC - Eugene Tulika: thanks! +1 : Dominic Kim https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1613224158159200?thread_ts=1613223895.158700&cid=C3TPCAQG1 ---- 2021-02-13 14:08:20 UTC - Eugene Tulika: yeah, new error of the same kind ```Could not get resource '<https://repo.maven.apache.org/maven2/org/scalatest/scalatest_2.13/3.0.8/scalatest_2.13-3.0.8.jar>'``` https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1613225300159500?thread_ts=1613223895.158700&cid=C3TPCAQG1 ---- 2021-02-13 14:20:28 UTC - Dominic Kim: hm.. this seems a travis issue. You may need to ask to the travis admin. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1613226028159800?thread_ts=1613223895.158700&cid=C3TPCAQG1 ---- 2021-02-13 14:20:59 UTC - Dominic Kim: There are lots of deprecation warning but I think that's not related to `Connection reset`. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1613226059160000?thread_ts=1613223895.158700&cid=C3TPCAQG1 ---- 2021-02-13 15:04:55 UTC - Eugene Tulika: by Travis admin do you mean Travis support? ok, let me create a support issue. Thanks for the help white_check_mark : Dominic Kim https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1613228695160200?thread_ts=1613223895.158700&cid=C3TPCAQG1 ---- 2021-02-13 23:27:00 UTC - Mina Michael: Hi! I have a question about invoker pods. And by invoker pods, I mean, the pods that get created when a user invokes a function. When does an invoker pod get destroyed? I've noticed that if it remains unused for about 10 minutes, it gets destroyed. How much time exactly gets the pod destroyed? Are there any rules other than that the invoker pod remains unused? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1613258820163700?thread_ts=1613258820.163700&cid=C3TPCAQG1 ---- 2021-02-13 23:51:36 UTC - Rodric Rabbah: The 10 minute ttl is configurable. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1613260296164100?thread_ts=1613258820.163700&cid=C3TPCAQG1 ---- 2021-02-13 23:52:03 UTC - Rodric Rabbah: That’s the primary rule. A second factor is contention for resources (memory) which will cause the pod to be destroyed. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1613260323165000?thread_ts=1613258820.163700&cid=C3TPCAQG1 ----