Fix backfill limit for skipped archives

This commit is contained in:
2026-04-15 14:00:43 +03:00
parent 9f3d825120
commit 81bd32c4b1
2 changed files with 14 additions and 3 deletions

View File

@@ -56,6 +56,8 @@ Run a test with one archive first:
curl.exe -X POST -H "X-Service-Token: change-me" "http://localhost:8088/sync/backfill?max_archives=1"
```
When `SYNC_SUCCESS_ONLY=true`, `max_archives` counts import attempts. Archives that are still `printing` or already failed are skipped and do not consume the limit.
Run full backfill for successful Bambuddy archives:
```powershell