mrc-ide / rrq

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

Allow task to be queued with dependencies #32

Closed r-ash closed 3 years ago

r-ash commented 3 years ago

This PR will

Thinking that we can build on this to add

codecov[bot] commented 3 years ago

Codecov Report

Merging #32 (0c9a528) into master (ec3ed6b) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #32   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           18        19    +1     
  Lines         1153      1237   +84     
=========================================
+ Hits          1153      1237   +84     
Impacted Files Coverage Δ
R/common.R 100.00% <ø> (ø)
R/bulk.R 100.00% <100.00%> (ø)
R/dependencies.R 100.00% <100.00%> (ø)
R/keys.R 100.00% <100.00%> (ø)
R/rrq_controller.R 100.00% <100.00%> (ø)
R/worker.R 100.00% <100.00%> (ø)
R/worker_run.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 66c26d0...0c9a528. Read the comment docs.