mirror of
https://github.com/norohind/jubilant-system-core.git
synced 2025-04-12 09:50:01 +03:00
HookSystem._last_records adjust retries count 10 -> 30
This commit is contained in:
parent
1dfaa3cde2
commit
00e58c43bd
@ -22,7 +22,7 @@ def check_int(func: callable) -> callable:
|
||||
def _last_records(operation_id: int, limit: int) -> list[dict]:
|
||||
last_exception: Exception | None = None
|
||||
|
||||
for retry in range(0, 10):
|
||||
for retry in range(0, 30):
|
||||
try:
|
||||
return Hook.get_db().execute(
|
||||
HookUtils.SQL_REQUESTS.GET_HISTORICAL_INFO,
|
||||
|
Loading…
x
Reference in New Issue
Block a user