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

Docs: Add details about reusing a unique job id #391

Merged
merged 1 commit into from
Mar 19, 2023

Conversation

ross-nordstrom
Copy link
Contributor

@ross-nordstrom ross-nordstrom commented Mar 3, 2023

Example usage. This will clear finished jobs 60s after they complete, after which you could reuse that job_id on a new job

arq.run_worker(WorkerSettings, keep_result=60)

See:

@codecov
Copy link

codecov bot commented Mar 3, 2023

Codecov Report

Merging #391 (870bbad) into main (bfa8e68) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #391   +/-   ##
=======================================
  Coverage   98.66%   98.66%           
=======================================
  Files          11       11           
  Lines        1052     1052           
  Branches      199      199           
=======================================
  Hits         1038     1038           
  Misses          6        6           
  Partials        8        8           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bfa8e68...870bbad. Read the comment docs.

@samuelcolvin samuelcolvin merged commit e0cd916 into samuelcolvin:main Mar 19, 2023
@samuelcolvin
Copy link
Owner

Thanks so much.

@ross-nordstrom ross-nordstrom deleted the patch-1 branch March 20, 2023 13:27
@JonasKs JonasKs mentioned this pull request Apr 5, 2023
@samuelcolvin
Copy link
Owner

v0.26.0b1 is released, please try it, I'll release v0.26 at the end of the week, see #441.

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

Successfully merging this pull request may close these issues.

None yet

3 participants