Skip to content

Conversation

TheSuperiorStanislav
Copy link
Contributor

@TheSuperiorStanislav TheSuperiorStanislav commented Jun 10, 2025

Disable atomic requests, because when ATOMIC_REQUEST=True django would
still go to db to check the state, meaning there would an error when db is
not available, which would result in django error 500 page rather than
HealthCheck 500 response.

Note: these endpoints are still dependant on db, if you logged in via
browser, or in other words have session cookies.

@TheSuperiorStanislav TheSuperiorStanislav marked this pull request as ready for review June 10, 2025 01:06
@TheSuperiorStanislav TheSuperiorStanislav force-pushed the feature/disable-atomic-requests-for-health-check branch from 92aebad to 8b335b5 Compare June 11, 2025 09:15
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