use proper workers for fetching pins instead of an ad-hoc task #788
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ def get(url, headers \\ [], options \\ []) do
|
|||
|> HTTP.get(headers, options)
|
||||
|> check_backoff(host)
|
||||
|
||||
e ->
|
||||
_ ->
|
||||
{:error, :ratelimit}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue