python-arq / arq

Fast job queuing and RPC in python with asyncio and redis.
https://arq-docs.helpmanual.io/
MIT License
2.15k stars 174 forks source link

Task Progress #425

Open ronbeltran opened 10 months ago

ronbeltran commented 10 months ago

In Python RQ there is this job.meta dictionary that can be used to set some custom task progress indication which is useful for showing in the UI, does ARQ have this?

https://python-rq.org/docs/jobs/

vidjuheffex commented 7 months ago

I want to echo this: on any one job I might want to store:

Currently, I create entries via redis with sane expirys that match arqs naming but this feels inelegant.