mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 11:12:15 +03:00
Retry 502 response
This commit is contained in:
parent
ef552c9a32
commit
97f0dbbcbd
2
mix.exs
2
mix.exs
@ -73,7 +73,7 @@ defmodule Plausible.MixProject do
|
||||
{:bamboo_smtp, "~> 4.1"},
|
||||
{:sentry, "~> 8.0"},
|
||||
{:httpoison, "~> 1.4"},
|
||||
{:httpoison_retry, "~> 1.1.0"},
|
||||
{:httpoison_retry, git: "https://github.com/ukutaht/httpoison_retry.git", tag: "master"},
|
||||
{:ex_machina, "~> 2.3", only: :test},
|
||||
{:excoveralls, "~> 0.10", only: :test},
|
||||
{:double, "~> 0.8.0", only: :test},
|
||||
|
2
mix.lock
2
mix.lock
@ -51,7 +51,7 @@
|
||||
"hpack": {:hex, :hpack_erl, "0.2.3", "17670f83ff984ae6cd74b1c456edde906d27ff013740ee4d9efaa4f1bf999633", [:rebar3], [], "hexpm", "06f580167c4b8b8a6429040df36cc93bba6d571faeaec1b28816523379cbb23a"},
|
||||
"html_entities": {:hex, :html_entities, "0.5.2", "9e47e70598da7de2a9ff6af8758399251db6dbb7eebe2b013f2bbd2515895c3c", [:mix], [], "hexpm", "c53ba390403485615623b9531e97696f076ed415e8d8058b1dbaa28181f4fdcc"},
|
||||
"httpoison": {:hex, :httpoison, "1.8.1", "df030d96de89dad2e9983f92b0c506a642d4b1f4a819c96ff77d12796189c63e", [:mix], [{:hackney, "~> 1.17", [hex: :hackney, repo: "hexpm", optional: false]}], "hexpm", "35156a6d678d6d516b9229e208942c405cf21232edd632327ecfaf4fd03e79e0"},
|
||||
"httpoison_retry": {:hex, :httpoison_retry, "1.1.0", "2f2cf49ecac6d1a73d0730b76673890dfd3df35123e83d521e0af7dff6db0cfb", [:mix], [{:httpoison, "~> 0.13 or ~> 1.0", [hex: :httpoison, repo: "hexpm", optional: false]}], "hexpm", "df8f33336e2aeb25efd0d8948b51fa2551a2944dc12c8fb739e75a7796923a78"},
|
||||
"httpoison_retry": {:git, "https://github.com/ukutaht/httpoison_retry.git", "fa723ce6c79fec9002768be7aca3f4ce0b1c59e9", [tag: "master"]},
|
||||
"hut": {:hex, :hut, "1.3.0", "71f2f054e657c03f959cf1acc43f436ea87580696528ca2a55c8afb1b06c85e7", [:"erlang.mk", :rebar, :rebar3], [], "hexpm", "7e15d28555d8a1f2b5a3a931ec120af0753e4853a4c66053db354f35bf9ab563"},
|
||||
"idna": {:hex, :idna, "6.1.1", "8a63070e9f7d0c62eb9d9fcb360a7de382448200fbbd1b106cc96d3d8099df8d", [:rebar3], [{:unicode_util_compat, "~>0.7.0", [hex: :unicode_util_compat, repo: "hexpm", optional: false]}], "hexpm", "92376eb7894412ed19ac475e4a86f7b413c1b9fbb5bd16dccd57934157944cea"},
|
||||
"jason": {:hex, :jason, "1.3.0", "fa6b82a934feb176263ad2df0dbd91bf633d4a46ebfdffea0c8ae82953714946", [:mix], [{:decimal, "~> 1.0 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: true]}], "hexpm", "53fc1f51255390e0ec7e50f9cb41e751c260d065dcba2bf0d08dc51a4002c2ac"},
|
||||
|
Loading…
Reference in New Issue
Block a user