Add retry + idempotency on trading when try + add more tts

This commit is contained in:
2025-09-20 02:28:16 +07:00
parent cb1252214a
commit d58672f879
15 changed files with 637 additions and 78 deletions

View File

@@ -21,7 +21,10 @@
"Token": ""
},
"Web3Proxy": {
"BaseUrl": "http://localhost:4111"
"BaseUrl": "http://localhost:4111",
"MaxRetryAttempts": 3,
"RetryDelayMs": 1000,
"TimeoutSeconds": 30
},
"Kaigen": {
"BaseUrl": "https://kaigen-back-development.up.railway.app",