Check for number of workers before soft failing the task. #104195
@ -188,7 +188,7 @@ func (f *Flamenco) onTaskFailed(
|
||||
Int("threshold", threshold).
|
||||
Logger()
|
||||
|
||||
if numFailed > threshold {
|
||||
if numFailed >= threshold {
|
||||
return f.hardFailTask(ctx, logger, worker, task, numFailed)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user