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
+11
View File
@@ -0,0 +1,11 @@
# 2026-07-10 — Fix: base64 как файл (multipart file-part)
## План
Обойти `SecRequestBodyNoFilesLimit = 128KB` — отправлять base64 как файловую часть multipart (с filename), а не как поле формы.
Файловые части идут под `SecRequestBodyLimit = 12.5MB`.
## Изменения
1. `site/static/app.js``fd.append('data', ...)``fd.append('data', new Blob([b64]), name + '.b64')`
2. `site/app.py` — добавить приём base64 из `request.files`, совместить с существующим file-режимом
3. Bump версии 1.0.5 → 1.0.6