RAPTOR v18.4: Исправлена отчетность, активированы выходные
This commit is contained in:
9
invest-python-master/t_tech/invest/retrying/settings.py
Normal file
9
invest-python-master/t_tech/invest/retrying/settings.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import dataclasses
|
||||
|
||||
from t_tech.invest.retrying.settings_protocol import RetryClientSettingsProtocol
|
||||
|
||||
|
||||
@dataclasses.dataclass()
|
||||
class RetryClientSettings(RetryClientSettingsProtocol):
|
||||
use_retry: bool = True
|
||||
max_retry_attempt: int = 3
|
||||
Reference in New Issue
Block a user