Fix worker pagination, apply Analytics fixes, add analyze backlog endpoint
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user