Use batch requests in the Daily Summary job to improve performance #48
Labels
Difficulty/1:Easy
Easy ticket
Good First Issue
Suitable for first-time contributors
Help Wanted
Community help wanted
Tech/Go
Type/Enhancement
New feature or improvement of existing feature
Summary
As of #36, the daily summary job does a separate http request for each user to gather the calendar data.
If we instead queue up which users need their daily summaries "now", then use batch requests to send them in a 20-request batch, this will tremendously improve the performance. You can find example code using batch requests in the
GetSchedule
method in theremote/msgraph
package.The text was updated successfully, but these errors were encountered: