feat: retry 3x + warmup health check for upload (Phase 2), bump 1.0.5→1.0.6
Deploy loadtest / validate (push) Waiting to run

This commit is contained in:
2026-07-10 21:19:31 +04:00
parent d303985877
commit 6ce7bd9720
7 changed files with 328 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ from flask import Flask, render_template, request
app = Flask(__name__)
VERSION = '1.0.5'
VERSION = '1.0.6'
@app.route('/')