Optimize OpenShift healthchecks #120
Labels
No labels
Closed As
Duplicate
Closed As
Fixed
Closed As
Invalid
easyfix
enhancement
ai-review-please
Backlog Status
Needs Review
Backlog Status
Ready
chore
documentation
points
01
points
02
points
03
points
05
points
08
points
13
pr2jira
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Sprint Status
Blocked
Sprint Status
Done
Sprint Status
In Progress
Sprint Status
Review
Sprint Status
To Do
Technical Debt
Work Item
Bug
Work Item
Epic
Work Item
Spike
Work Item
Task
Work Item
User Story
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Depends on
#137 Create health check endpoint
quality/testdays-web
#3555 quality: testdays app - update health check probes
infra/ansible
Reference
quality/testdays-web#120
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
OpenShift checks pod service health using Readiness and Liveness probes which both independently hit app main page at 5 sec period resulting in main page refreshes every 2.5 sec or so. This causes unnecessary main page traffic, causes CPU load, spams debug logs and may have negative impact on app response delay.
We should review healtcheck period lengths and make those longer and also create a special endpoint dedicated for those health checks which would just do a simple and fast db query (like retrieving db version) thus reducing server and db load.
See also quality/blockerbugs#297
Both PRs merged, this is done.