Rate limiting - Github

When I performed a cchq monolith fab restart_services on my monolith server this morning I was receiving github rate limit exceeded exception:

github.GithubException.RateLimitExceededException: 403 {u'documentation_url': u'GitHub REST API documentation - GitHub Docs', u'message': u"API rate limit exceeded for 102.133.175.68. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)"}

Should I be plugging in my own github credentials somewhere to alleviate this?
Thanks!

Hi Ed,

commcare-cloud shouldn't enforce github connectivity to restart services, or anything else except for deploying the actual code changes.

Is there a larger stack trace for this error and if so could you attach it here? With a stack trace we can figure out where that error is bubbling up and remove the dependency

Hey Jon, I'm not sure if it's logged to a file anywhere - unfortunately I don't have any log of that session right now. If it happens again, I'll be sure to include more data.