mrc-ide / rrq

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

New object store for rrq tasks #45

Closed richfitz closed 3 years ago

richfitz commented 3 years ago

Improves on the storr-based object store by allowing:

This PR just implements the storage system

codecov[bot] commented 3 years ago

Codecov Report

Merging #45 (fdad2ef) into mrc-2426 (d244205) will increase coverage by 0.00%. The diff coverage is 100.00%.

:exclamation: Current head fdad2ef differs from pull request most recent head 3654714. Consider uploading reports for the commit 3654714 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           mrc-2426      #45    +/-   ##
==========================================
  Coverage     99.93%   99.93%            
==========================================
  Files            21       22     +1     
  Lines          1465     1577   +112     
==========================================
+ Hits           1464     1576   +112     
  Misses            1        1            
Impacted Files Coverage Δ
R/heartbeat_impl.R 98.64% <ø> (ø)
R/object_store.R 100.00% <100.00%> (ø)
R/utils.R 100.00% <100.00%> (ø)

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 d244205...3654714. Read the comment docs.