-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Priority: MediumStatus: AvailableType: EnhancementNew feature or request.New feature or request.github-minerGithub-Miner componentGithub-Miner component
Description
Since Github has a Search API limit, a chunk_size parameter was added where the user can set the number of days in 1 chunk which could be the best fit for getting nearly 1000 results. For large repositories like vscode and kubernetes this size drops to 20-25 days while for smaller repositories this raises till 200+. Currently, it is very hard for the user to correctly predict the optimal chunk_size which would not miss any issue/pull request.
GRAS should have its own chunk_size predictor which should be chosen based on the number of average closed or open issues present within x days.
Later on, the functionality should be extended to chunk_size's of different lengths which exactly fits 1000 issues / pr's in it.
Metadata
Metadata
Assignees
Labels
Priority: MediumStatus: AvailableType: EnhancementNew feature or request.New feature or request.github-minerGithub-Miner componentGithub-Miner component