mrc-ide / rrq

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

Use controller throughout most worker code #109

Closed richfitz closed 7 months ago

richfitz commented 8 months ago

This PR continues the refactor, tidying up (incompletely) the use of con and keys through the worker code in favour of using a controller. This means pulling the special worker keys into the worker (which makes sense). Also added temporary new versions of more functions that use the new interface

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.83%. Comparing base (bf0c8fe) to head (cc7f311). Report is 4 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #109 +/- ## ======================================= Coverage 99.83% 99.83% ======================================= Files 34 34 Lines 2451 2472 +21 ======================================= + Hits 2447 2468 +21 Misses 4 4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.