Fix worker pagination, apply Analytics fixes, add analyze backlog endpoint

This commit is contained in:
Richard
2026-07-08 20:13:52 +02:00
parent 882226c6c6
commit a4acd23a60
8 changed files with 65 additions and 18 deletions
@@ -80,7 +80,7 @@ public class MarketSyncWorker : BackgroundService
passSynced += events.Count;
cycleTotalSynced += events.Count;
_statsService.TrackMarketSync(provider.Platform, events.Count);
offset += batchSize;
offset += events.Count;
if (passSynced % 500 == 0)
_logger.LogWarning("[{Platform}] Synced {Total} markets so far (includeClosed={Closed})...", p.PlatformName, passSynced, includeClosed);