apache / apache/openwhisk

"error": "Failed to provision resources to run the action."

Open
#5,151 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Scala
Stars
6.8k
Forks
1.2k
Avg merge
2d 14h
Merged PRs (30d)
2

Description

Hi, sir, every time I create an action successfully but once I invoke the action I would got the error message below:

```
ok: got activation 55b2045f16d84939b2045f16d80939f7
{
"namespace": "guest",
"name": "helloPy",
"version": "0.0.1",
"subject": "guest",
"activationId": "55b2045f16d84939b2045f16d80939f7",
"start": 1629303055599,
"end": 1629303055599,
"duration": 0,
"statusCode": 3,
"response": {
"status": "whisk internal error",
"statusCode": 0,
"success": false,
"result": {
"error": "Failed to provision resources to run the action."
}
},
"logs": [],
"annotations": [
{
"key": "path",
"value": "guest/helloPy"
},
{
"key": "waitTime",
"value": 600182
},
{
"key": "kind",
"value": "python:3"
},
{
"key": "timeout",
"value": false
},
{
"key": "limits",
"value": {
"concurrency": 1,
"logs": 10,
"memory": 256,
"timeout": 60000
}
}
],
"publish": false
}

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.