-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
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
The tool attempts to release many crates too rapidly #483
Comments
Huh, never ran across this. Out of curiosity, how many did you release? Now to figure out what the rate limits are so we can stay inside of them ... |
It was 7 crates, that message came on the fifth one. |
Huh, I think I've exceeded that limit with clap. |
I sent an e-mail to [email protected] and got this response; maybe it can help you figure out how to rate limit appropriately:
|
@alexschrod were you releasing new crates? |
@epage Yeah. |
We need to tread carefully with this so people don't just ctrl-c |
I intended to release all these crates (the workspace is 7 separate crates that go together), but I wasn't aware of the low burst limit until I first tried running this tool. Mostly because I'm lazy and didn't want to have to manually run |
Yes, this is more of a concern for the initial release, so it can be worked around which lowers its priority. |
Not thrilled with erroring but putting in a sleep for 10 minutes would probably make people unhappy. We can always refine this further. Fixes crate-ci#483
In considering this, I feel like the needed sleep times would be unacceptable for a user to sit at the program waiting, so I'm just adding an error check for this situation. We can further refine this over time. |
Not thrilled with erroring but putting in a sleep for 10 minutes would probably make people unhappy. We can always refine this further. Fixes crate-ci#483
The text was updated successfully, but these errors were encountered: