n8n/packages
Michael Auerswald e01b9e5ae1
fix(core): Prevent false stalled jobs in queue mode from displaying as errored (#7435)
This is related to an issue with how Bull handles stalled jobs, see
https://github.com/OptimalBits/bull/issues/1415 for reference.

CPU intensive workflows can in certain cases take a long while to finish
up, thereby blocking the thread and causing Bull queue to think the job
has stalled, even though it finished successfully. In these cases the
error handling could then overwrite the successful execution data with
the error message.
2023-10-13 16:07:08 +02:00
..
@n8n/client-oauth2 🚀 Release 1.10.0 (#7350) 2023-10-05 14:12:37 +02:00
@n8n_io/eslint-config ci: Remove eslint diff plugin. Run full linting on PRs (no-changelog) (#7175) 2023-09-14 16:55:06 +02:00
cli fix(core): Prevent false stalled jobs in queue mode from displaying as errored (#7435) 2023-10-13 16:07:08 +02:00
core test(core): Add test for suppressing error on non-existing filepath (no-changelog) (#7421) 2023-10-13 11:52:17 +02:00
design-system 🚀 Release 1.11.0 (#7402) 2023-10-11 13:38:34 +02:00
editor-ui fix(editor): Open only one tab with plans page (#7377) 2023-10-13 14:14:26 +02:00
node-dev 🚀 Release 1.11.0 (#7402) 2023-10-11 13:38:34 +02:00
nodes-base fix(Ldap Node): Fix issue with connections not closing correctly (#7432) 2023-10-13 12:15:54 +01:00
workflow refactor(core): Add binary data S3 to telemetry (#7412) 2023-10-13 13:16:43 +02:00