[ARVADOS] updated: 077afbcc57d173a47ed1c799a480ba7728ee22bc

Git user git at public.curoverse.com
Fri Jul 15 10:00:25 EDT 2016


Summary of changes:
 doc/user/cwl/cwl-runner.html.textile.liquid | 2 ++
 1 file changed, 2 insertions(+)

       via  077afbcc57d173a47ed1c799a480ba7728ee22bc (commit)
      from  1d40c96c8688cd6f74eab1c7dffa857d91be31c4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 077afbcc57d173a47ed1c799a480ba7728ee22bc
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Fri Jul 15 10:00:22 2016 -0400

    9369: Add note about Javascript eval timeout.

diff --git a/doc/user/cwl/cwl-runner.html.textile.liquid b/doc/user/cwl/cwl-runner.html.textile.liquid
index 74280e8..917019f 100644
--- a/doc/user/cwl/cwl-runner.html.textile.liquid
+++ b/doc/user/cwl/cwl-runner.html.textile.liquid
@@ -294,3 +294,5 @@ Final process status is success
 }
 </code></pre>
 </notextile>
+
+If you get the error @JavascriptException: Long-running script killed after 20 seconds.@ this may be due to the Dockerized Node.js engine taking too long to start.  You may address this by installing @Node.js@ (@apt-get install nodejs@ on Debian or Ubuntu) locally or by providing a longer timeout, for example @cwltool --eval-timeout=40@ for a 40 second timeout.

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list