Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task Progress #425

Open
ronbeltran opened this issue Dec 29, 2023 · 1 comment
Open

Task Progress #425

ronbeltran opened this issue Dec 29, 2023 · 1 comment

Comments

@ronbeltran
Copy link

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
Copy link

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

  • ID's (suppose canceling a job entails killing a process... where would I store this)
  • progress value
  • etc..

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants