Jering.Javascript.NodeJS v3.4.0 Release Notes

Release Date: 2018-11-17 // over 5 years ago
  • ➕ Additions

    • ➕ Added automatic retries. Retries are configurable using the property NumRetries of OutOfProcessNodeJSServiceOptions. Its default 0️⃣ value is 1, so by default, every javascript invocation that fails is retried once. ### 🛠 Fixes
    • 🛠 Fixed some thread safety issues in OutOfProcessNodeJSServiceOptions.