Brendan Doyle

Results 74 comments of Brendan Doyle

After digging through the code a couple work arounds / bugs I've figured out for this. 1. If you don't set `ssh_pkey`, it still gets set if there is an...

Actually it seems like the cache is still used in the function pulling container proxy when getting every new activation. Maybe it is just a problem of increasing the cache...

Figured it out. So when the container is unpaused by the `FunctionPullingContainerProxy`, it changes state to `Running` while the async unpause code runs and a failure message is received triggering...

Actually it's a bit simpler and an unhandled failure case in the paused state as this is the only place that could return an etcd error in the FunctionPullingContainerProxy ```...

Thanks, yea I know it changed with a minor version so it's understandable that you're not responsible for dealing with it but it would be nice to have that default...

the default activation limit when running a list query is 30. You can increase this through a query param to 200 based on the default configuration of openwhisk. You can...

cool, I am still having some problems from the invoker / scheduler with etcd connection and re-establishing it seems. Though the issues are less impactful right now.

1. I agree that was my conclusion on what was meant to be included there. 2. Are you saying we should add back the `processBufferOrFeed` there? If so I think...

My local etcd lease timeout is 1. I'm updating it to 10 today as recommended by your current downstream. Regarding the queue manager and retrying 13 times to get the...