Dominic Kim
Dominic Kim
1 min limit is introduced to protect controllers. If there are a huge number of long-running connections, all connections of controllers would be easily exhausted. But I think it would...
It seems you are using apigateway and I think it is not related to a webaction. If your action is not a webaction, you need proper credentials to invoke your...
@joni-jones I suspect this is because of [this line](https://github.com/apache/openwhisk/pull/5442/files#diff-e0bd51cbcd58c3894e1ffa4894de22ddfd47ae87352912de0e30cd60db315758R89). Do you have any idea on this?
It seems you are using the API gateway, could you check again without the API gateway first?
You are supposed to be able to invoke the action with `wsk`. I think that's the starting point to look into.
@QWQyyy First, IIRC, the timeout of the Kubernetes client in the above log is related to the pod creation. It's not related to the execution of an activation. The action...
I realized that it is necessary to split scheduler tests into unit tests and system tests to run successfully. Some tests in the scheduler tests workflow manipulate ETCD data and...
Strangely, unit tests only failed int the github action runner.
Now only two workflows are remaining..
> are there docs explaining how the scheduler works? @dubee You can refer to this document: https://cwiki.apache.org/confluence/display/OPENWHISK/New+architecture+proposal It might be slightly outdated, but it explains most of the major things.