0

如何从 actor 方法中访问消息 ID?我想查看正在处理哪个 id 以用于记录目的

@dramatiq.actor
def fn(x, y):
    # log the message id
    return x+y
4

0 回答 0