n8n/packages
Tomi Turtiainen 4cae976a3b
fix(core): Consider timeout in shutdown an error (#8050)
If the process doesn't shutdown within a time limit, exit with error
code.

1. conceptually something timing out is an error.
2. on successful exit we close down the DB connection gracefully. On an
exit timeout we rather not do that, since it will wait for any active
connections to close and would possible block the exit.
2023-12-18 10:53:34 +02:00
..
@n8n docs: Two small UI copy fixes in sub-nodes (#8032) 2023-12-14 19:15:38 +00:00
@n8n_io/eslint-config ci: Introduce no-plain-errors lint rule for BE packages (no-changelog) (#7961) 2023-12-08 12:51:49 +01:00
cli fix(core): Consider timeout in shutdown an error (#8050) 2023-12-18 10:53:34 +02:00
core fix(core): Remove circular references before serializing executions in public API (#8043) 2023-12-15 16:01:41 +01:00
design-system 🚀 Release 1.21.0 (#8019) 2023-12-13 16:34:00 +01:00
editor-ui fix(editor): Update wording when an instance owner or admin is viewing a credential they do not own (no-changelog) (#8054) 2023-12-18 08:31:00 +00:00
node-dev 🚀 Release 1.21.0 (#8019) 2023-12-13 16:34:00 +01:00
nodes-base fix(HTTP Request Node): Do not create circular references in HTTP request node output (#8030) 2023-12-15 16:40:39 +01:00
workflow fix(core): Remove circular references before serializing executions in public API (#8043) 2023-12-15 16:01:41 +01:00