правки в транспорт сообщений + немного мониторинга
This commit is contained in:
@@ -208,6 +208,7 @@ def test_fingerprint_ignores_signed_query_and_portal_validation():
|
||||
|
||||
|
||||
def test_network_timeouts_are_retryable():
|
||||
assert safely_retryable(TimeoutError("Delivery operation timed out"))
|
||||
assert safely_retryable(httpx.ReadTimeout("Bitrix response timed out"))
|
||||
assert safely_retryable(httpx.ConnectTimeout("Bitrix connection timed out"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user