Sean-Blitz / Sean-Blitz/STMUN-Backend-Code
Add failsafes and re-attempts for API requests
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- Avg merge
- 5h 11m
- Merged PRs (30d)
- 4
Description
Currently, all API requests simply run once, and if server is unresponsive, it throws back an error. Edit main codes (all of them, from Finance to PR to SG) to handle them gracefully, and re-attempt after a delay.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the API request code in the Finance, PR, and SG scripts and inspect how unresponsive servers currently surface errors. Done means the named scripts handle failed requests gracefully and re-attempt them after a delay.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100