You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/09/18 11:25:57 UTC

[GitHub] saurabh1284 commented on issue #2753: wsk action invoke errors out with exceeded its time limits of 60000 milliseconds

saurabh1284 commented on issue #2753: wsk action invoke errors out with exceeded its time limits of 60000 milliseconds
URL: https://github.com/apache/incubator-openwhisk/issues/2753#issuecomment-330192284
 
 
   Also tried to increase timeout LIMIT using -t option as =
   -> wsk action create test1 test1.py -t 300000 --docker galaxyfoam/ubuntu-ffmpeg
   ok: created action test1
   
   but still getting same error =
   -> wsk activation result 5e2e6473945940bfa312c8ec45f331e6
   {
       "error": "The action exceeded its time limits of 300000 milliseconds during initialization."
   }
   
   The invokers log is same as above.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services