Open TaruDesigns opened 2 months ago
Especially on first run, pagination for data ingestion is required otherwise each refresh takes way too long and blocks the worker from other tasks.
Getting first a "count" isn't worth it performancewise. The remote server still has to fetch everything.
Especially on first run, pagination for data ingestion is required otherwise each refresh takes way too long and blocks the worker from other tasks.