14 comments (14 comments)1 reaction (1 reaction)0 assignees (0 assignees)Java863 forks (863 forks)batch import
good first issuenew featuresprint
Repository metrics
- Stars
- 4,552 stars (4,552 stars)
- PR merge metrics
- Avg merge 5d 12h (Avg merge 5d 12h)42 merged PRs in 30d (42 merged PRs in 30d)
Description
- Healthy when memory usage is lower than a certain threshold (%)
- Healthy when disk usage is lower than a certain threshold (%)
- Healthy when there are no dead locks
- Healthy when ...
Contributor guide
- Research direction
- Implement new HealthChecker classes for memory usage, disk usage, and deadlock detection by following existing HealthChecker patterns in the codebase.
- Tech stack
- java
- Domain
- backendinfrastructure
- Issue type
- Feature
- Prerequisites
- Java