firebase / firebase/firebase-functions-python
Implement RetryConfig for pubsub_fn.on_message_published decorator
Open
feature-request
- Dominant language
- Python
- Stars
- 167
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
It looks plain `retry` boolean is supported, but not `RetryConfig` in order to specify backoff and max attempts.
Thanks.
Contributor guide
Research direction
Start by locating the pubsub_fn.on_message_published decorator and the existing handling for the retry boolean, then find the RetryConfig definition. Trace how backoff and maximum attempts are represented, and run the relevant tests; done means the decorator accepts RetryConfig and applies those settings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend, cloud
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100