Skip to content

AP-536 okcomputer head requests#33

Open
jason-raitz wants to merge 3 commits intomainfrom
AP-536_okcomputer-head-requests
Open

AP-536 okcomputer head requests#33
jason-raitz wants to merge 3 commits intomainfrom
AP-536_okcomputer-head-requests

Conversation

@jason-raitz
Copy link
Contributor

OkComputer health check GET requests can take time to respond. This PR brings in the Berkeley_Library-Util gem that adds a HEAD based BerkeleyLibrary::Util::HeadCheck to replace OkComputer's OkComputer::HttpCheck.

@jason-raitz jason-raitz self-assigned this Feb 4, 2026
Copy link
Member

@anarchivist anarchivist left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, but two clarifying questions. r+ once we address/discuss them.

@@ -1,3 +1,7 @@
# Current Changelog moved to GitHub releases page
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i don't think this is true - we might have been lax about updating the changelog though. can we clarify how we're moving forward?


OkComputer.logger = Rails.logger
OkComputer.check_in_parallel = true
OkComputer.check_in_parallel = !Rails.env.test?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

have we run into issues with parallel checks when RAILS_ENV=test?

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.

2 participants