invenia / Parallelism.jl

A library for threaded and distributed parallelism.
MIT License
8 stars 1 forks source link

Log the type of error, whether or not retrying #10

Closed oxinabox closed 3 years ago

oxinabox commented 3 years ago

To help debugging https://github.com/JuliaLang/julia/issues/36709#issuecomment-796230459 and in general it seems nice to have.

codecov[bot] commented 3 years ago

Codecov Report

Merging #10 (ba98e8b) into master (9bab170) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #10   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           30        26    -4     
=========================================
- Hits            30        26    -4     
Impacted Files Coverage Δ
src/robust_pmap.jl 100.00% <100.00%> (ø)
src/tmap.jl 100.00% <0.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 9bab170...0aad467. Read the comment docs.