-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make create-provider-alarms broken #333
Comments
Addendum: If I patch {
"activationId": "91af09a198bb48adaf09a198bb28ad7a",
"annotations": [
{
"key": "path",
"value": "whisk.system/alarms/alarm"
},
{
"key": "waitTime",
"value": 12169
},
{
"key": "kind",
"value": "nodejs:14"
},
{
"key": "timeout",
"value": false
},
{
"key": "limits",
"value": {
"concurrency": 1,
"logs": 10,
"memory": 256,
"timeout": 60000
}
},
{
"key": "initTime",
"value": 283
}
],
"duration": 2161,
"end": 1624217841986,
"logs": [],
"name": "alarm",
"namespace": "guest",
"publish": false,
"response": {
"result": {
"error": {}
},
"size": 12,
"status": "application error",
"success": false
},
"start": 1624217839825,
"subject": "guest",
"version": "0.0.1"
} |
I found the issue. Line 507 of
|
@drandreas PRs welcome and appreciated 🙏 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like the various openwhisk/x:nightly versions do not match currently.
fails with:
If I patch installCatalog.sh to use nodjs:12 the installation succeeds and the alarm provider is starting up:
However alarms can not be scheduled - create trigger fails with an internal error.
I can't find any debug output that would point to the source of the issue.
The text was updated successfully, but these errors were encountered: