firebase / firebase-functions-python

Apache License 2.0
138 stars 23 forks source link

Missing retry in storage and firestore trigger decorators #165

Open DominicOrga opened 11 months ago

DominicOrga commented 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=).

chrisK824 commented 1 month ago

Hey @exaby73 , if I may ask, is this feature request planned any time soon or at all?