mrc-ide / rrq

:runner::runner::runner: Lightweight Redis queues
https://mrc-ide.github.io/rrq/
Other
24 stars 4 forks source link

Better task fetch timeout control #81

Closed richfitz closed 1 year ago

richfitz commented 1 year ago

~Merge after #80, contains those commits.~

This PR allows tuning of the default task wait timeout in two places:

It is overrideable at the point of retrieval

codecov[bot] commented 1 year ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@2bfcd90). Click here to learn what that means. Patch coverage: 100.00% of modified lines in pull request are covered.

:exclamation: Current head 439aff9 differs from pull request most recent head 7442c32. Consider uploading reports for the commit 7442c32 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #81 +/- ## ========================================== Coverage ? 100.00% ========================================== Files ? 28 Lines ? 1773 Branches ? 0 ========================================== Hits ? 1773 Misses ? 0 Partials ? 0 ``` | [Impacted Files](https://codecov.io/gh/mrc-ide/rrq/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mrc-ide) | Coverage Δ | | |---|---|---| | [R/rrq\_controller.R](https://codecov.io/gh/mrc-ide/rrq/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mrc-ide#diff-Ui9ycnFfY29udHJvbGxlci5S) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mrc-ide). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mrc-ide)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

r-ash commented 1 year ago

Just a conflict in NEWS to sort but looks great