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