Go to next task when we get an error in linear
This commit is contained in:
parent
bbda86ad0a
commit
b91ce29007
1 changed files with 1 additions and 0 deletions
|
@ -280,6 +280,7 @@ class StrategyModule(StrategyBase):
|
|||
iterator.mark_host_failed(host)
|
||||
# FIXME: callback here?
|
||||
print(e)
|
||||
continue
|
||||
|
||||
for new_block in new_blocks:
|
||||
noop_block = Block(parent_block=task._block)
|
||||
|
|
Loading…
Add table
Reference in a new issue