mrc-ide / rrq

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

Add basic env variables to every worker #110

Closed M-Kusumgar closed 7 months ago

M-Kusumgar commented 7 months ago

For orderly runner we would like the worker to know its own worker id since our file structure in the orderly root is .packit/workers/<worker-id>.

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 99.83%. Comparing base (3ded642) to head (b340d95).

:exclamation: Current head b340d95 differs from pull request most recent head 896af08. Consider uploading reports for the commit 896af08 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #110 +/- ## ======================================= Coverage 99.83% 99.83% ======================================= Files 34 34 Lines 2472 2475 +3 ======================================= + Hits 2468 2471 +3 Misses 4 4 ```

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

M-Kusumgar commented 7 months ago

the codecov is failing because of an issue that @richfitz has made a PR for already :O this is very cool https://github.com/r-lib/covr/pull/471