integreat-io / integreat

Node.js integration layer
Other
14 stars 3 forks source link

Fix bug where specifying a `queueService` with an unknown service id would cause a memory outage #358

Closed kjellmorten closed 5 months ago

kjellmorten commented 5 months ago

When the queueService has an id of a service that doesn't exist in a setup, dispatching actions to that queue will cause node memory to fill. It's probably an infinite loop somewhere. This behavior has been observed when dispatching scheduled jobs.