-
Notifications
You must be signed in to change notification settings - Fork 145
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 or_create
for new GH teams does not create new teams
#1025
Comments
It's documented in the setup guide:
Line 121 in 4411b81
Maybe we could fetch the missing team on the fly though, not sure. |
Also it certainly shouldn't fail with a |
After looking into the stacktrace for a little longer, it seems to be an issue in a different area: Caching.
|
That's interesting. I'd need to investigate wether that comes from HTTP caching or from an application layer of cache. |
Context
Given we have a Shipit instance that formerly only members of our orgs Github team
admin
had access to. We now added the handlemyorg/developers
to thegithub.oauth.teams
config list.Issue
All requests to Shipit now fail due to an exception raised:
Analysis
Please note: The first case also seem to not reach out got Github, at least it returns instantly, too fast for a networked API call.
Workaround
Manually invoke
via rails console
The text was updated successfully, but these errors were encountered: