-
Notifications
You must be signed in to change notification settings - Fork 2
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
FFS-2175: Adding DB query to /health endpoint #401
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, that'll do it!
(Just for future record: it's generally not a good idea to test other systems in a healthcheck because if there's a database outage, then your web servers would all go down simultaneously. So, we can remove this in the future when we have enough traffic that we don't need to keep the database connection alive.)
* Added controller to add javascript on send button. * FFS-2175: Adding DB query to /health endpoint (#401) Co-authored-by: Tom Dooner <[email protected]> * FFS-2175: Removing Skylight from the project (#402) * Wire up Caseworker Invitation JS controller Co-Authored-By: Yvette White <[email protected]> * Create `uswds_form_with` helper to use Turbo on invitation page Co-Authored-By: Yvette White <[email protected]> --------- Co-authored-by: George Byers <[email protected]> Co-authored-by: Tom Dooner <[email protected]> Co-authored-by: Yvette White <[email protected]>
Co-authored-by: Tom Dooner <[email protected]>
Ticket
Relates to FFS-2175.
Changes
Context for reviewers
Acceptance testing
:alert: Deploy block! @ffs-eng I just merged PR [#123] and will be doing acceptance testing in demo - please don't deploy until I'm finished!
)