Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix backend errors #183

Merged
merged 6 commits into from
Jun 5, 2024
Merged

Fix backend errors #183

merged 6 commits into from
Jun 5, 2024

Conversation

tomalrussell
Copy link
Member

  • features api was giving errors with schema validation GET /api/features/51235929
  • database pool was getting exhausted, not immediately obvious where connections were leaking as all should have been cleaned up by FastAPI Depends, but the recent change was in the /api/tiles/.../*.png call, so rolled back to a hard-coded lookup for now.

@tomalrussell tomalrussell merged commit deb1831 into master Jun 5, 2024
@tomalrussell tomalrussell deleted the fix/backend branch June 5, 2024 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant