Undoing retrying
This commit is contained in:
@@ -17,8 +17,13 @@
|
||||
(def other-config
|
||||
(if (:yodlee-proxy-host env)
|
||||
{:proxy-host (:yodlee-proxy-host env)
|
||||
:proxy-port (:yodlee-proxy-port env)}
|
||||
{}))
|
||||
:proxy-port (:yodlee-proxy-port env)
|
||||
:retry-handler (fn [ex try-count http-context]
|
||||
(log/error "yodlee Error." ex)
|
||||
false)}
|
||||
{:retry-handler (fn [ex try-count http-context]
|
||||
(log/error "yodlee Error." ex)
|
||||
false)}))
|
||||
|
||||
(def base-headers {"Api-Version" "1.1"
|
||||
"Cobrand-Name" (:yodlee-cobrand-name env)
|
||||
|
||||
Reference in New Issue
Block a user