Skip to content

Commit 4fe54e6

Browse files
Removes concurrency support temporarily to see if backfills complete (#377)
with 100% accuracy
1 parent 199807e commit 4fe54e6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/source-stripe/src/src-list-api.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,8 @@ async function* iterateStream(opts: {
530530
supportsLimit,
531531
supportsForwardPagination,
532532
}),
533-
concurrency: 100, // rate limiter is the real bottleneck
533+
//concurrency: 100, // rate limiter is the real bottleneck
534+
concurrency: 1, // serialized for reliability; parallelism re-enabled if data gaps are due to parallelism
534535
subdivisionFactor,
535536
})
536537

0 commit comments

Comments
 (0)