phase fixups

This commit is contained in:
Oliver Gorwits
2017-10-07 11:31:59 +01:00
parent 273cbbc11b
commit b8108986fb
8 changed files with 234 additions and 226 deletions

View File

@@ -9,7 +9,7 @@ use App::Netdisco::Util::Node 'is_nbtstatable';
use Dancer::Plugin::DBIC 'schema';
use Time::HiRes 'gettimeofday';
register_worker({ phase => 'check' }, sub {
register_worker({ phase => 'main' }, sub {
my ($job, $workerconf) = @_;
my $host = $job->device->ip;