firebase / firebase/firebase-functions-python
Missing retry in storage and firestore trigger decorators
未關閉
feature-request
- 主要語言
- Python
- 星號
- 167
- 分支
- 34
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Hi there,
There doesn't seem to be a way to enable retry on Firebase Storage `storage_fn` and Firestore `firestore_fn` background functions. It would really be helpful if we can enable it similar to the `pubsub_fn.on_message_published(retry=)`.
貢獻指南
研究方向
先閱讀 pubsub_fn.on_message_published(retry=),並將其與 storage_fn 和 firestore_fn 裝飾器進行比較。追蹤相關裝飾器的進入點與測試,然後確認兩個裝飾器都接受 retry 設定,且產生的函式會如預期重試。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- firebase, python
- 領域
- backend, cloud
- Issue 類型
- 功能
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 57/100