fountainhead / action-wait-for-check

A GitHub Action that waits for another Check Run to have completed
MIT License
122 stars 44 forks source link

Error: API rate limit exceeded for installation ID 8440595 #30

Open dep opened 2 years ago

dep commented 2 years ago

Hello. I got this error. What do I do?

Error: API rate limit exceeded for installation ID 8440595
dep commented 2 years ago

Does this just mean the job exceeded the timeout that I set?

bakoontz2 commented 2 years ago

I'm fairly certain that error is being reported by github and has nothing to do with the timeout setting.

Not sure if this project is even being maintained any longer...

verdx commented 1 year ago

That error normally happens when you have exceeded in the last hour the maximum number of API requests GitHub lets you do with the plan you currently have. If it happens during testing, just wait for some minutes and it'll work again. If it happens during production, you should try and reduce the calls.