microsoftgraph / microsoftgraph/msgraph-sdk-python

Long running operations Support

未關閉
#171 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 Issue。

enhancement
主要語言
Python
星號
630
分支
96
平均合併
15 小時 20 分鐘
30 天內合併 PR
3

描述

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

貢獻指南

開啟貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

研究方向

先檢閱 issue 中的 Azure SDK/API 範例和 Graph SDK 參考,以確認是否已有關於長時間執行作業、輪詢和回呼 URL 的規格。完成此項需要一份已達成共識的 Graph SDK 規格或範圍明確的實作要求;payload 未指明任何檔案或測試。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
python
領域
api
Issue 類型
功能
難度
5/5
預估耗時
一週以上
活躍度
停滯
描述清晰度
需要釐清
新手友好度
25/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。