-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
What problem are you facing?
function-msgraph is vulnerable to getting rate-limited by msgraph which can be currently mitigated by setting skipQueryWhenTargetHasData: true. That solution solves the rate-limiting issue but it introduces another: possibility of having stale data if the query target has changed.
How could this Function help solve your problem?
Implementing support for Operations would allow function-msgraph to run not only as part of composition but as a CronOperation or WatchOperation aswell, which would allow it to be more reactive to changes while not hitting the msgraph rate-limit as often.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request