emre59

Joined

1,010 Experience
10 Lessons Completed
0 Questions Solved

Activity

Posted in API HTTP Requests using Faraday Discussion

One question I have, there is no retry option given. Does it makes sense on original implementation to leave the retry out? We are trying to make the code as robust as possible and in case of timeout or when Vultr servers are down, what should this code do?
Should we just use this type of wrappers inside some redis-queue like Sidekiq so it is automatically retried for us?