mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-26 05:04:05 -08:00
e01b9e5ae1
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. |
||
---|---|---|
.. | ||
integration | ||
shared/ExternalSecrets | ||
unit | ||
extend-expect.ts | ||
setup-mocks.ts | ||
setup.ts | ||
teardown.ts |