mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-10 00:50:04 +08:00
Merge branch 'caioaao-fix-live-trading' into develop
This commit is contained in:
@@ -266,7 +266,7 @@ class ExchangeBlotter(Blotter):
|
||||
return retry(
|
||||
action=self.get_exchange_transactions,
|
||||
attempts=self.attempts['get_transactions_attempts'],
|
||||
sleeptime=self.retry_sleeptime,
|
||||
sleeptime=self.attempts['retry_sleeptime'],
|
||||
retry_exceptions=(ExchangeRequestError,),
|
||||
cleanup=lambda: log.warn(
|
||||
'Fetching exchange transactions again.'))
|
||||
|
||||
Reference in New Issue
Block a user