Skip to content
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

Switch to batch calls to fetch assigned and fixed bugs for Bugzilla #52

Open
grssam opened this issue Sep 18, 2013 · 0 comments
Open

Switch to batch calls to fetch assigned and fixed bugs for Bugzilla #52

grssam opened this issue Sep 18, 2013 · 0 comments

Comments

@grssam
Copy link
Contributor

grssam commented Sep 18, 2013

Instead of making 2 calls (1 for assigned bugs and 1 for fixed) per user for bugzilla stats, we can club both calls for all (or batch of) users into one single call.

We will still need to make 1 call per user for getting the component information though.

We can even go further ahead and calculate the fixed numbers by summing up the numbers obtained from the components call. This will make the first batch call faster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant