-
Notifications
You must be signed in to change notification settings - Fork 5
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
Adding repositories doen't retrieve contributions #3
Comments
I manually ran the cron on the testing server and check that cron service is properly running. Let me know if you have any other issue during the testing. |
Thanks for the quick response... I just checked the web app again and tokens for the last 3 projects added haven't evolved one single bit... Also, when I retrieve contributions from the API I can only find contributions up to october 25th while running a similar query through the github api or simply looking manually at the repositories shows different results. Perhaps try checking anyone of the documentation repos... You should be able to see the difference between contributions retrieved by the web app and actual contributions to the repo. |
Are you still unable to login in the sdg-market pre prod server ? If you still note something not working properly on this server, please assign this ticket to Olivier. If not, please close this ticket. |
Just realized that adding repositories does not retrieve the desired contributions. I don't know what may be causing that since I can see my own contributions by opening them manually with the github API.
For a second I thought it might be the slash in the url since the github API also returns an error for such a syntax but even when I removed it I still get an error while the github API retrieves the results.
I then tried without punctuation in the repo name just in case but the error is still the same.
Maybe the github API query rate limit was passed ?
If that is indeed the problem maybe log which administrator added which repo and have the requests to github made through this administrators login token rather close to how travis ci handles its queries... It would just require that every administrator generate a token for sdg-market. This multiplies the number of queries we could make since unsigned queries are limitted to 10 per minute while signed queries are limitted to 30 per minute per user !
tl;dr : Essentially no contributions are recorded for any newly added repo
The text was updated successfully, but these errors were encountered: