You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only 30 results are transmitted per API calls instead of the 100 it should have been, making this app less efficient overall API calls wise.
From looking at the debug output of the run from GA in my organization, I can clearly see during the call to the installations that the number of calls means that only 30 repos are received per call:
I think this should be checked on other calls too, it could be that the setting is not working for any of the calls, I see multiple places where the setting is getting specifically set like here:
Problem Description
Only 30 results are transmitted per API calls instead of the 100 it should have been, making this app less efficient overall API calls wise.
From looking at the debug output of the run from GA in my organization, I can clearly see during the call to the installations that the number of calls means that only 30 repos are received per call:
safe-settings/lib/settings.js
Line 485 in 1fff61c
I think this should be checked on other calls too, it could be that the setting is not working for any of the calls, I see multiple places where the setting is getting specifically set like here:
safe-settings/lib/settings.js
Line 869 in 1fff61c
safe-settings/index.js
Line 221 in 1fff61c
safe-settings/index.js
Line 238 in 1fff61c
The last one should have been the one that affect the installation/repositories call if I understand correctly, but it does not
What is actually happening
I have 1300~ repos, there was 44 pages to go through
What is the expected behavior
only up to 14 pages should have been checked
Error output, if available
Context
Are you using the hosted instance of probot/settings or running your own?
I'm using GA full-sync from self hosted runner
If running your own instance, are you using it with github.com or GitHub Enterprise?
github.com
Version of probot/settings
N/A
Version of GitHub Enterprise
N/A
The text was updated successfully, but these errors were encountered: