Skip to content

Conversation

jeffhwang-sq
Copy link
Collaborator

The backfill cloning feature was failing when trying to clone backfills that weren't on the first page of results. The GetBackfillRunsAction only returns 20 paused backfills per page, so any backfill beyond the first 20 (sorted by ID descending) would not be found during the cloning process.

Added pagination logic to search through all pages when the target backfill is not found on the first page:

@mpawliszyn mpawliszyn merged commit 7b27340 into master Sep 2, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants