Set hub jo count to redis jo count. #626

This commit is contained in:
Korina Cordero 2021-10-08 12:21:57 +00:00
parent fe15385613
commit e6d3043556

View file

@ -2428,7 +2428,7 @@ class ResqJobOrderHandler implements JobOrderHandlerInterface
// $hub['redis_jo_count'] = $hub['jo_count'];
$hub['redis_jo_count'] = 0;
// $hub['jo_count'] = count($hub['hub']->getForAssignmentJobOrders());
$hub['jo_count'] = 0;
$hub['jo_count'] = $hub['redis_jo_count'];
// check for rejection
$hub['flag_rejected'] = false;