shikokuchuo / mirai

mirai - Minimalist Async Evaluation Framework for R
https://shikokuchuo.net/mirai/
GNU General Public License v3.0
193 stars 10 forks source link

Enable retry option for threaded dispatcher #169

Closed shikokuchuo closed 2 hours ago

shikokuchuo commented 1 week ago

Requires dev nanonext for now.

Addresses part of #163 and #168.

codecov-commenter commented 1 week ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

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

Project coverage is 99.71%. Comparing base (6db5360) to head (dabcb58).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #169 +/- ## ======================================= Coverage 99.71% 99.71% ======================================= Files 9 9 Lines 692 698 +6 ======================================= + Hits 690 696 +6 Misses 2 2 ```

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


🚨 Try these New Features:

shikokuchuo commented 2 hours ago

With the significant architecture change in https://github.com/shikokuchuo/mirai/pull/170, it makes sense to re-visit once the new dispatcher type is established.