You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2021/06/20 19:40:45 UTC

[GitHub] [openwhisk-devtools] drandreas commented on issue #333: make create-provider-alarms broken

drandreas commented on issue #333:
URL: https://github.com/apache/openwhisk-devtools/issues/333#issuecomment-864602262


   Addendum:
   
   If I patch `docker-compose/docker-whisk-controller.env` to list nodejs:14 the alarms invocation runs with nodjs:14 but still fails.
   
   ```js
   {
       "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"
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org