Open DominicOrga opened 11 months ago
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=).
storage_fn
firestore_fn
pubsub_fn.on_message_published(retry=)
Hey @exaby73 , if I may ask, is this feature request planned any time soon or at all?
Hi there,
There doesn't seem to be a way to enable retry on Firebase Storage
storage_fn
and Firestorefirestore_fn
background functions. It would really be helpful if we can enable it similar to thepubsub_fn.on_message_published(retry=)
.