HealthCheckConfig

class HealthCheckConfig(var enabled: Boolean = true, var includeDiskCheck: Boolean = true, var includeQueueCheck: Boolean = true, var diskSpaceThresholdMb: Long = 1024, var queueUsageThreshold: Double = 0.8)(source)

Constructors

Link copied to clipboard
constructor(enabled: Boolean = true, includeDiskCheck: Boolean = true, includeQueueCheck: Boolean = true, diskSpaceThresholdMb: Long = 1024, queueUsageThreshold: Double = 0.8)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard