Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.34.0
type Config struct {
// GITALY_SUPERVISOR_CRASH_THRESHOLD
CrashThreshold int `split_words:"true" default:"5"`
// GITALY_SUPERVISOR_CRASH_WAIT_TIME
CrashWaitTime time.Duration `split_words:"true" default:"1m"`
// GITALY_SUPERVISOR_CRASH_RESET_TIME
CrashResetTime time.Duration `split_words:"true" default:"1m"`
}
Config holds configuration for the circuit breaker of the respawn loop.
Click to show internal directories.
Click to hide internal directories.