mirror of
https://github.com/snoups/remnashop.git
synced 2026-04-21 10:22:00 +00:00
e115f4d73014b8e7d4c765e8278a0dad4ba1e633
Intermittent DNS resolution failures (gaierror -3) caused payment creation requests to YooKassa API to fail immediately with ConnectError. Added retry loop in `handle_create_payment` with exponential backoff: - 3 attempts total - Delay between attempts: 1s, 2s, 3s - Only ConnectError is retried; HTTP and parse errors fail fast as before
Languages
Python
91.3%
Fluent
8.2%
Makefile
0.2%
Shell
0.2%