Open ronbeltran opened 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?
job.meta
https://python-rq.org/docs/jobs/
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.
redis
arqs
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/