aptible / aptible/deploy-demo-app
Redis connection error handling
Open
- Dominant language
- Python
- Stars
- 3
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
The application will hang if the URI scheme is `rediss://`, but an insecure port is used.
We should add a timeout or other method of ensuring this condition is handled well.
Contributor guide
No contributing guide indexed for this repository
Research direction
No files, tests, or entry points are named. Locate the Redis connection setup, reproduce a rediss:// connection against an insecure port, and inspect how connection failures are currently handled; done means the application no longer hangs and the failure is handled within a bounded time.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, redis
- Domain
- backend, databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100