Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HealthCheck ¶
type HealthCheck struct { // IgnoreInterval is a switch used for testing, just to allow multiple // functional queries of HealthCheck in rapid bursts IgnoreInterval bool // contains filtered or unexported fields }
func (*HealthCheck) HealthCheck ¶
func (h *HealthCheck) HealthCheck(ctx context.Context) servicehealthcheck.HealthCheckResult
HealthCheck checks if the queues are healthy, i.e. whether the number of items accumulated is below the healthyLimit defined when opening the queue
Click to show internal directories.
Click to hide internal directories.