multi worker actions need not return done from all workers
This commit is contained in:
@@ -33,7 +33,7 @@ register_worker({ stage => 'main' }, sub {
|
||||
}
|
||||
}
|
||||
|
||||
return Status->done("Ended discover for $device");
|
||||
return true;
|
||||
});
|
||||
|
||||
true;
|
||||
|
||||
Reference in New Issue
Block a user