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