Skip to content

fixing issue with publish/compile occasionally failing

Latest
Compare
Choose a tag to compare
@zeryx zeryx released this 03 Aug 16:36
31f0e90

depending on the workflow, algo.publish may fail with 400 errors; but succeeds on retry. Added a retry mechanic to get around this server side issue.

What's Changed

  • added a retry mechanic to PostJsonHelper to avoid 400 error issues by @zeryx in #130

Full Changelog: v2.0.4...v2.0.5