load workers when runner role is loaded

This commit is contained in:
Oliver Gorwits
2017-09-04 20:30:58 +01:00
parent a8c58a7b05
commit 3099eda393
3 changed files with 2 additions and 2 deletions

View File

@@ -2,6 +2,8 @@ package App::Netdisco::Backend::Runner;
use Dancer ':moose :syntax';
use Dancer::Factory::Hook;
use App::Netdisco::Backend;
use aliased 'App::Netdisco::Worker::Status';
use Try::Tiny;