-
Notifications
You must be signed in to change notification settings - Fork 8
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
Avoid 429 Response code (Too many requests) #37
Comments
Yes, I've hit that issue also.
Unfortunately, I have currently no time to spend on this, but any PRs are welcome. |
Hi, thanks for the feedback. The idea of only calling for modified files it's great but this means analyzing my part on changed files from a commit (the problem you mentioned I think). Unfortunately, this will solve just my problem and you have already said that it's an existent issue... The second idea looks great, knowing can solve other users' problems, I didn't see the codebase yet but knowing the code must call the I found the same issue on next days probably I'll look and try to open a PR. Thanks a lot! |
Thanks for the PR! I've released a new version of the CLI and updated the github actions, let me know if it fixes your issue. |
I've just tested the pipeline on my website, and yes! it's fixed! Thanks a lot!
|
Thanks for confirming :) |
Hi, I implemented the Ci/CD pipeline with the
publish-devto
a long time ago when I just had 2 or 3 articles but now I have the double (cause it was translated), and I'm getting 429 HTTP status code and I'd like to ask for help, What could I do to avoid this? anyretry flag
to configure or workaround?here is my script
The text was updated successfully, but these errors were encountered: