We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1374927 commit 3c1cd48Copy full SHA for 3c1cd48
react_on_rails_pro/lib/react_on_rails_pro/request.rb
@@ -229,6 +229,7 @@ def create_connection
229
# https://honeyryderchuck.gitlab.io/httpx/wiki/Persistent
230
.plugin(
231
:retries,
232
+ max_retries: 1,
233
retry_change_requests: true,
234
retry_after: ->(req, res) do
235
Rails.logger.error("An error occured and retry is going to be made")
0 commit comments