mina icon indicating copy to clipboard operation
mina copied to clipboard

Continue queue items when one errors

Open chris-roerig opened this issue 9 years ago • 3 comments

Is it possible to "rescue" a failed queue item and continue with the rest of the deploy?

chris-roerig avatar Oct 06 '16 20:10 chris-roerig

As of right now, no.

But when i think about it there might be some tasks you do not want to stop the deploy.

PR welcome.

d4be4st avatar Oct 12 '16 08:10 d4be4st

Also having the same issue. That would be a nice feature to have indeed.

hendricius avatar Oct 27 '16 17:10 hendricius

Temp fix for me is just to command %{(sudo stop workers || true)}

hendricius avatar Oct 27 '16 22:10 hendricius