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

Long running operations Support #171

Open
shemogumbe opened this issue Apr 20, 2023 · 1 comment
Open

Long running operations Support #171

shemogumbe opened this issue Apr 20, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@shemogumbe
Copy link
Collaborator

In Azure SDK/API as an example,
Long running operations are performed in the following flow?

  1. A URL is returned that can be used to retrieve the result of the operation once completed.
  2. The URL can be used to monitor the status of the operation, at regular intervals until it is completed.
  3. Optionally a callback URL is availed that can be used to get notification once a long running operation is completed.

Technically, this looks like polling and a callback URL.

Do we have a spec on this for Graph SDKs @baywet @andrueastman @darrelmiller @ddyett @Ndiritu @samwelkanda

@baywet
Copy link
Member

baywet commented Apr 20, 2023

Better yet, we have a task to write the spec microsoftgraph/msgraph-sdk-design#83

JackSparrowGIF

@samwelkanda samwelkanda added the enhancement New feature or request label Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants