-
-
Notifications
You must be signed in to change notification settings - Fork 177
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
Unable to use unique job_id twice #221
Comments
Ah, nevermind. Found a comment in #138 about setting keep_result parameter. |
@samuelcolvin it might be worth updating the docs for this. The bit on Job Uniqueness disagrees with the current behavior (which seemed to change in #138 as mentioned)
https://arq-docs.helpmanual.io/#job-uniqueness Anyways, the |
Pr welcome to update the docs. |
I think you can, if you use the |
It seems like you cannot use same job_id for another task, if the first task was finished and there is a 'result' key for this job_id in redis. Is it an expected behavior? If so, how can I change this?
The text was updated successfully, but these errors were encountered: