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

2
scripts/build_and_run.sh Normal file → Executable file
View File

@@ -1,7 +1,7 @@
#!/bin/bash
# Navigate to the src directory
cd ../src
cd src
# Build the managing.api image (now includes all workers as background services)
docker build -t managing.api -f Managing.Api/Dockerfile . --no-cache