Closed dogewzy closed 1 year ago
I found that should use message["options"]["redis_message_id"] works, rather than message.message_id,the doc is wrong
Please provide a minimal code sample that reproduce your issue. Clearly if you are doing message["options"] it means message is a dict and not an actual Dramatiq Message.
message["options"]
message
dict
Message
I found that should use message["options"]["redis_message_id"] works, rather than message.message_id,the doc is wrong