Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Load Retry #6

Merged
merged 3 commits into from
Apr 16, 2024
Merged

Load Retry #6

merged 3 commits into from
Apr 16, 2024

Conversation

richardmatthewsdev
Copy link
Collaborator

When the API responds with a 500 we weren't raising an error so the retry logic wasn't actually doing anything.
Typical reasons for the API to respond with a 500 is through a timeout due to a large volume of requests being sent too it.

Copy link

Code quality score

Uh oh! The code quality got worse for this PR! Better take a look!! 🚨

Ruby file count Similarity score (flay) ABC complexity (flog) Code smells (reek) TOTALS
base 88 6.23 5.36 17.05 28.64
this branch 88 6.23 5.36 17.1 28.69
difference 0 0.0 0.0 ⚠️ 0.05 0.05

@richardmatthewsdev richardmatthewsdev merged commit b6e53e4 into main Apr 16, 2024
6 of 7 checks passed
@richardmatthewsdev richardmatthewsdev deleted the rm/load-retry branch April 16, 2024 23:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants