push@$log_buffer,"Could not find any suitable analyses to start scheduling.";
...
...
@@ -206,7 +206,7 @@ sub schedule_workers {
my$submit_capacity_limiter=Bio::EnsEMBL::Hive::Limiter->new('Max number of Workers scheduled this time',$submit_capacity);
my$queen_capacity_limiter=Bio::EnsEMBL::Hive::Limiter->new('Total reciprocal capacity of the Hive',1.0-$queen->db->get_RoleAdaptor->get_hive_current_load());