Skip to content

Specify rq queue when using django-cacheback[rq] #94

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

Closed
femiadebayo opened this issue Nov 12, 2020 · 1 comment
Closed

Specify rq queue when using django-cacheback[rq] #94

femiadebayo opened this issue Nov 12, 2020 · 1 comment

Comments

@femiadebayo
Copy link

It seems all the cacheback jobs are queued on the default rq queue. Can a feature be introduced where the queue can be specified as such @cacheback(queue='high') .

@femiadebayo
Copy link
Author

Looks like @cacheback(task_options={'name': 'high'}) should do the trick

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

1 participant