-
I did performance test for **Openwhisk with New Scheduler** (pull-based activation). When it comes to test with 5000 RPS, hundred of error happened. Then, I checked it by invoked the tested action…
-
When using `openwhisk.action.invoke()` or other operations one can encounter HTTP 429 TOO MANY REQUESTS status code responses from [Openwhisk's rate limiting](https://github.com/jberstler/openwhisk/bl…
-
# Subject of the issue
Does wskdeploy support using Swagger 3.x file?
Is OpenWhisk compatible with this OAS?
Your environment
Local computer where trying to deploy:
OpenWhisk CLI 1.0.0
wskdep…
-
We have a use case of creating an action from a zip file after running set of bash commands, e.x: when an action directory contains index.js and package.json for node runtime:
```
ls actions/my-ac…
-
I figured I'd open the discussion here and then based on what would be deemed as ok-to-have features, we could open individual issues, saving time in case they're all duds.
## Bulk Details
Current…
nsand updated
7 years ago
-
Need to use custom auth plugin for new IAM-based namespaces.
https://github.com/ibm-functions/iam-token-manager-nodejs
-
create a github button to allow deployment of attached project from github to openwhisk - this can itself bootstrap openwhisk - similar to the deploy to bluemix button available today.
this featu…
-
So far in multiple occasions have talk to customers/users using OpenWhisk that they have a need to call a Web Action but want the Action to return right away but continue to do business logic.
One …
-
Currently, an activation is complete when a function returns a response (Or it's promise is fulfilled).
This architecture prevents doing any post-processing within the lifecycle of the action.
It…
-
The following are list of tasks that we need to work to improve the OW Java Action runtime:
1. avoid usage of com.sun.* packages - this is used in https://github.com/apache/incubator-openwhisk-runt…