MCPcopy
hub / github.com/mcuadros/ofelia / Overlap

Struct Overlap

middlewares/overlap.go:22–24  ·  view source on GitHub ↗

Overlap when this middleware is enabled avoid to overlap executions from a specific job

Source from the content-addressed store, hash-verified

20// Overlap when this middleware is enabled avoid to overlap executions from a
21// specific job
22type Overlap struct {
23 OverlapConfig
24}
25
26// ContinueOnStop Overlap is only called if the process is still running
27func (m *Overlap) ContinueOnStop() bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected