-
I have a cron trigger deployed in openwhisk:
```
$ wsk trigger get /whisk.system/getvolumes-trigger
{
"activationId": "98bbc6046c7c4014bbc6046c7c00148c",
"annotations": [
{
…
-
We have seen couple of concurrency issues with deployment/undeployment when
- **triggers and rules**
When we try to run `wskdeploy` with these two manifest files in deployment mode at the same t…
-
See: https://github.com/adobe/aio-cli-plugin-app/blob/36027b9ff67bb6473cd6e26360d8baa42fa66e89/src/lib/app-helper.js#L289
The path being polled is `/api/v1` which could possibly change in the futur…
-
Hello,
I'm trying to run the Swift hello world example and I'm getting an error:
```
PS C:\Misc\coding\serverless\openwhisk-swift-simple-http-endpoint> serverless deploy
Serverless: Packaging se…
-
by @gorkem from https://github.com/apache/incubator-openwhisk-runtime-java/issues/12#issuecomment-368357302
>We should add direct .java invocation to this epic too. I have it already implemented on t…
-
Per discussion on dev list [1] we should make KCF more flexible by loading a default Pod spec for user actions from a config map and then adding information to that default.
https://lists.apache.or…
-
The canonical documentation is here:
https://github.com/apache/incubator-openwhisk/blob/9eb197cdb60a72f67b8c8a7f81413cadc73d54de/docs/actions.md#accessing-action-metadata-within-the-action-body
Se…
-
### Expected Behaviour
Running `aio app run --local` and posting an action request with the same action and request parameters that return success one time would consistently open a Docker container …
-
Title: Add `rust:1.34` runtime support to default deployments
### 1. Add `rust:1.34` to core ansible/vagrant deploy
- [ ] Add `rust:1.34`entry into [ansible/files/runtimes.json](https://github.com…
-
Since `wskdeploy` can be deployed, we should provide a minimal manifest:
```
package:
name: wskdeploy
version: 0.4.0
description: Utility for deploying and managing Apache OpenWhisk pack…