We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Did a migration on 87 repos and will always fail around the 75th~ repo, the remaining 12 won't get PRs.
The throttling should be more than 5 seconds and a few retriers, it should be exponential
The text was updated successfully, but these errors were encountered:
Interesting! Would you be open to investigating a fix for this?
Sorry, something went wrong.
I managed to use this one liner to get around it manually:
ls ~/.shepherd/shepherd-migration/repos/Org | xargs -I {} sh -c 'shepherd pr migration_name --repos Org/{} && sleep 10'
aorinevo
No branches or pull requests
Did a migration on 87 repos and will always fail around the 75th~ repo, the remaining 12 won't get PRs.
The throttling should be more than 5 seconds and a few retriers, it should be exponential
The text was updated successfully, but these errors were encountered: