remove unnecessary check phases
This commit is contained in:
@@ -6,10 +6,6 @@ use aliased 'App::Netdisco::Worker::Status';
|
||||
|
||||
use App::Netdisco::Util::Statistics ();
|
||||
|
||||
register_worker({ stage => 'check' }, sub {
|
||||
return Status->done('Stats is able to run');
|
||||
});
|
||||
|
||||
register_worker({ stage => 'main' }, sub {
|
||||
App::Netdisco::Util::Statistics::update_stats();
|
||||
return Status->done('Updated statistics');
|
||||
|
||||
Reference in New Issue
Block a user