commercetest / nlnet

Analysis of the opensource codebases of NLnet sponsored projects.
MIT License
0 stars 0 forks source link

Revised the retry github API request. #21

Closed julianharty closed 5 months ago

julianharty commented 5 months ago

A relatively simple revision to reduce delays when retrying API requests. Fixed a minor off by one in the use of attempt_num as the first attempt should be 1, not 0.

Closes #18.