multi worker actions need not return done from all workers
This commit is contained in:
@@ -7,7 +7,6 @@ use aliased 'App::Netdisco::Worker::Status';
|
||||
use App::Netdisco::Util::NodeMonitor ();
|
||||
|
||||
register_worker({ stage => 'main' }, sub {
|
||||
my ($job, $workerconf) = @_;
|
||||
App::Netdisco::Util::NodeMonitor::monitor();
|
||||
return Status->done('Generated monitor data');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user