google / google/python-spanner-orm
Fix the lost session issue in Spanner ORM
Open
- Dominant language
- Python
- Stars
- 41
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
Spanner deletes sessions older than some threshold (28 days). When that happens, Spanner ORM panics and doesn't know what to do causing its clients to receive errors similar to `google.api_core.exceptions.NotFound: 404 Session not found: projects//instances//databases//sessions/"`.
Contributor guide
Assessment
This issue has not been assessed yet.