yeldiRium / st3k101

UNMAINTAINED.
2 stars 1 forks source link

[BUGFIX] xapi-publisher: improved error handling #94

Closed strangedev closed 5 years ago

strangedev commented 5 years ago

The publisher now also retries sending for RequestException. This exception happens in case of network or protocol errors. It's also now using a status check after task completion instead of manually checking the retry count, as this would fail in some cases.


This change is Reviewable

codecov[bot] commented 5 years ago

Codecov Report

Merging #94 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           develop     #94   +/-   ##
=======================================
  Coverage     0.21%   0.21%           
=======================================
  Files           56      56           
  Lines         1364    1364           
  Branches       111     111           
=======================================
  Hits             3       3           
  Misses        1250    1250           
  Partials       111     111

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 a043a71...d4b2ea5. Read the comment docs.