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