n8n/packages/cli/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
..
databases 👕 Fix lint issue 2020-07-26 11:59:17 +02:00
ActiveExecutions.ts Add max execution time for Workflows (#755) 2020-07-29 14:12:54 +02:00
ActiveWorkflowRunner.ts Small improvements to OPTIONS request for webhooks 2020-07-24 16:45:07 +02:00
CredentialsHelper.ts 🐛 Fix issue with credentials which extend others 2020-05-16 19:22:06 +02:00
CredentialsOverwrites.ts * Endpoint to preset credentials 2020-07-07 19:03:53 +02:00
CredentialTypes.ts Do not save credential default values to DB #PROD-52 2020-05-14 14:27:19 +02:00
Db.ts Add index stopped at (#766) 2020-07-17 17:08:40 +02:00
ExternalHooks.ts Remove debug messages 2020-06-12 15:51:38 +02:00
GenericHelpers.ts Make n8n work in subfolder & Fix events in AffinityTrigger 2020-07-12 12:17:01 +02:00
index.ts 🔀 Merge branch 'external-hooks' 2020-06-10 13:02:45 +02:00
Interfaces.ts Add max execution time for Workflows (#755) 2020-07-29 14:12:54 +02:00
LoadNodesAndCredentials.ts 🔀 Merge branch 'master' into oauth-support 2020-06-04 09:44:21 +02:00
NodeTypes.ts Add max execution time for Workflows (#755) 2020-07-29 14:12:54 +02:00
Push.ts Fix build issue with new interfaces 2020-04-09 20:23:33 +02:00
ResponseHelper.ts fix(cli): ResponseHelper sends JSON. 2020-03-31 23:41:52 +07:00
Server.ts Add max execution time for Workflows (#755) 2020-07-29 14:12:54 +02:00
TestWebhooks.ts OPTIONS request support for Production/Test Webhooks (#787) 2020-07-24 16:24:18 +02:00
WebhookHelpers.ts 👕 Fix lint issue 2020-07-26 11:59:17 +02:00
WorkflowCredentials.ts Ignore node-credential-issues on disabled nodes 2020-02-09 23:24:12 -08:00
WorkflowExecuteAdditionalData.ts Small improvements on execution pruning 2020-07-12 12:49:42 +02:00
WorkflowHelpers.ts 🐛 Fix issue with credentials which extend others 2020-05-16 19:22:06 +02:00
WorkflowRunner.ts Add max execution time for Workflows (#755) 2020-07-29 14:12:54 +02:00
WorkflowRunnerProcess.ts Add max execution time for Workflows (#755) 2020-07-29 14:12:54 +02:00