-
Notifications
You must be signed in to change notification settings - Fork 21
Improve Bulk Prediction Process #93
Copy link
Copy link
Closed
Labels
Description
There's room for improvement on the bulk prediction process. Right now, all the issue/pull numbers are resolved first, and then prediction starts. Moreover, issues and pulls are resolved one-by-one, iterating over the numbers in the ranges to be predicted. This could surely resolve lots of issues in bulk and begin applying predictions as soon as an issue/pull is found to exist.
Reactions are currently unavailable