diff --git a/src/Service/JobOrderHandler/ResqJobOrderHandler.php b/src/Service/JobOrderHandler/ResqJobOrderHandler.php index 6f54f22f..93cadceb 100644 --- a/src/Service/JobOrderHandler/ResqJobOrderHandler.php +++ b/src/Service/JobOrderHandler/ResqJobOrderHandler.php @@ -2793,7 +2793,10 @@ class ResqJobOrderHandler implements JobOrderHandlerInterface // check if emergency or not $willing_to_wait = $obj->getWillWait(); if ($willing_to_wait == WillingToWaitContent::NOT_WILLING_TO_WAIT) + { + $hub_criteria->setLimitDistance(500); $hub_criteria->setEmergency(true); + } // get JO and customer id for logging purposes $jo_id = $obj->getID();