0

Dramatiq 是否提供了一种在函数中获取某种人类可读的工作人员名称的@dramatiq.actor方法?我会用它来将日志行与不同的作品分开。

例如,类似dramatiq-process-1-worker-3.

@dramatiq.actor(broker=redis_broker, store_results=True, result_ttl=10*1000)
def ping():
     # Log worker name here
4

0 回答 0