Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从 actor 方法中访问消息 ID?我想查看正在处理哪个 id 以用于记录目的
@dramatiq.actor def fn(x, y): # log the message id return x+y