n8n/packages/cli/test/unit
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
..
controllers
ExternalSecrets
middleware
repositories fix(core): Fix pruning of non-finished executions (#7333) 2023-10-04 16:32:05 +03:00
services refactor(core): Refactor nodes loading (no-changelog) (#7283) 2023-10-09 16:09:23 +02:00
shared
ActiveExecutions.test.ts
ActiveWorkflowRunner.test.ts refactor(core): Refactor nodes loading (no-changelog) (#7283) 2023-10-09 16:09:23 +02:00
CredentialsHelper.test.ts refactor(core): Refactor nodes loading (no-changelog) (#7283) 2023-10-09 16:09:23 +02:00
CredentialTypes.test.ts refactor(core): Refactor nodes loading (no-changelog) (#7283) 2023-10-09 16:09:23 +02:00
CurlConverterHelper.test.ts
execution.lifecycle.test.ts fix: Prevent undefined issues when restoring binary data (#7419) 2023-10-12 16:41:51 +02:00
Helpers.ts
InternalHooks.test.ts feat(core): Add plan name to telemetry (no-changelog) (#7296) 2023-09-29 15:41:32 +02:00
License.test.ts fix(core): Make senderId required for all command messages (#7252) 2023-09-26 13:58:06 +02:00
PermissionChecker.test.ts refactor(core): Refactor nodes loading (no-changelog) (#7283) 2023-10-09 16:09:23 +02:00
PostHog.test.ts
SourceControl.test.ts feat(core): Add rsa option to ssh key generation (#7154) 2023-09-14 11:34:51 +02:00
Telemetry.test.ts
utils.test.ts
webhooks.test.ts
WorkflowCredentials.test.ts
WorkflowExecuteAdditionalData.test.ts
WorkflowHelpers.test.ts
workflowHistoryHelper.test.ts feat: Workflow History pruning and prune time settings (#7343) 2023-10-04 13:57:21 +01:00
WorkflowRunner.test.ts fix(core): Prevent false stalled jobs in queue mode from displaying as errored (#7435) 2023-10-13 16:07:08 +02:00