globus / globus/globus-compute
Add optional Retry Object to FuncXClient constructor
Open
enhancement
- Dominant language
- Python
- Stars
- 162
- Forks
- 53
- Avg merge
- 15h 29m
- Merged PRs (30d)
- 26
Description
_As a funcX developer I may wish to customize how errors are retried so I can accommodate environmental problems in a manner appropriate to my application_
## Assumptions
1. Add a new argument to the funcX client constructor to accept a retry object
2. Make a reasonable default if user doesn't specify anything
Contributor guide
Research direction
Start by locating the FuncXClient constructor and reading how retry behavior is currently configured or applied. Define completion as accepting an optional retry object while preserving a reasonable default when none is supplied; the issue does not name specific files or tests to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100