n8n/packages/core/src
Ben Hesseldieck 051598d30e
Add max execution time for Workflows (#755)
* 🎉 basic setup and execution stopping

* 🚧 soft timeout for own process executions

* 🚧 add hard timeout for subprocesses

* 🚧 add soft timeout to main thread

* 🔧 set default timeout to 5 mins --> 500s

* 💡 adding documentation to configs

* 🚧 deactivate timeout by default

* 🚧 add logic of max execution timeout

*  adding timeout to settings in frontend and server

* 🎨 improve naming

* 💡 fix change in config docs

* ✔️ fixing compilation issue

* 🎨 add format for new config variables

* 👌 type cast before checking equality

*  Improve error message if NodeType is not known

* 🐳 Tag also rpi latest image

* 🐛 Fix Postgres issue with Node.js 14 #776

* 🚧 add toggle to activate workflow timeout

* 💄 improving UX of setting a timeout and its duration

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-07-29 14:12:54 +02:00
..
ActiveWebhooks.ts Small improvements to OPTIONS request for webhooks 2020-07-24 16:45:07 +02:00
ActiveWorkflows.ts Prepare webhooks for multitenancy 2020-01-22 15:06:43 -08:00
Constants.ts Make it possible to set tunnel subdomain via environment variable 2019-10-15 07:21:15 +02:00
Credentials.ts Make it possible to set credentials to fixed values 2020-01-25 23:48:38 -08:00
DeferredPromise.ts Initial commit to release 2019-06-23 12:35:23 +02:00
index.ts Run workflows in own independent subprocess 2019-08-08 20:47:08 +02:00
Interfaces.ts Box Node and Trigger (#765) 2020-07-25 19:58:38 +02:00
LoadNodeParameterOptions.ts 🔀 Merge branch 'master' into oauth-support 2020-04-04 17:34:10 +02:00
NodeExecuteFunctions.ts Box Node and Trigger (#765) 2020-07-25 19:58:38 +02:00
UserSettings.ts 🐛 Write env encryption key to config if file does not exist #713 2020-06-30 20:08:52 +02:00
WorkflowExecute.ts Add max execution time for Workflows (#755) 2020-07-29 14:12:54 +02:00