You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to publish an event using a QueueEventsProducer, the input object is not stringified. This happens due to the implied toString() call here:
Version
v5.34.5
Platform
NodeJS
What happened?
When attempting to publish an event using a QueueEventsProducer, the input object is not stringified. This happens due to the implied
toString()
call here:bullmq/src/classes/queue-events-producer.ts
Line 43 in 0763cd6
JSON.stringify
should probably be used and deserialized on the other end.How to reproduce.
The above produces a log event with
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: