Retrying code with Retriable gem

preview_player
Показать описание
my products:

work with me:
Рекомендации по теме
Комментарии
Автор

Note retriable has exponential backoff as one of the options, which makes it much friendlier.

davidgillies
Автор

Loving your short format examples! In this scenario, will it just keep trying indefinitely if the call is never successful?

treydugas
Автор

If the library doesn't check for resp success, it sounds just like a for loop... if it does, it's not general purpose enough to be a library right?

yukewang
Автор

What is this programming language? It's so elegant

tyogrdz
Автор

Hi Sir, is Net::HTTP better than Faraday and HTTParty, sir? What would you recommend?

iamjustine
Автор

Shouldn't it raise an error since its an bang method?

sazukegu