moleculerjs / moleculer-channels

Reliable messages for Moleculer services via external queue/channel/topic.
MIT License
72 stars 15 forks source link

Error: Error while moving messages of test.handler-completed to test.channels-dead-letter #82

Open valeeum opened 4 weeks ago

valeeum commented 4 weeks ago

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Current Behavior

I'm getting repeated errors when dead lettering is enabled:

Error while moving messages of test.handler-completed to test.channels-dead-letter

Expected Behavior

I'm not sure why dead lettering is even getting triggered but at the very least it should add messages successfully.

Failure Information

I'm using the redis adapter.