terraform-provider-github icon indicating copy to clipboard operation
terraform-provider-github copied to clipboard

Provider hangs, without giving any logging or feedback

Open nfx opened this issue 3 years ago • 3 comments

when hit by a rate limit, github provider simply hangs, without reporting anything to debug logs or user message... at least it should tell it's rate limited...

nfx avatar Jul 19 '22 19:07 nfx

👋 Hey Friends, this issue has been automatically marked as stale because it has no recent activity. It will be closed if no further activity occurs. Please add the Status: Pinned label if you feel that this issue needs to remain open/active. Thank you for your contributions and help in keeping things tidy!

github-actions[bot] avatar Apr 16 '23 01:04 github-actions[bot]

Update: will this be fixed?..

nfx avatar Apr 17 '23 21:04 nfx

@kfcampbell this is still very much an issue.

stevehipwell avatar Oct 15 '24 14:10 stevehipwell

The provider does log if there is a rate limit, but only when running in debug mode. I think this should be as simple as replacing the [DEBUG] with info if we want to provide this output all of the time?

pmartindev avatar Nov 11 '25 19:11 pmartindev