Flared / dramatiq-abort

Dramatiq extension to abort message
http://flared.github.io/dramatiq-abort
GNU Lesser General Public License v3.0
40 stars 15 forks source link

ues message id not work #24

Closed dogewzy closed 1 year ago

dogewzy commented 1 year ago

I found that should use message["options"]["redis_message_id"] works, rather than message.message_id,the doc is wrong

isra17 commented 1 year ago

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.