fillExpertCountry($expertId, $affiliation); } catch (\Exception $e) { $service->log('[FillExpertCountry] expert_id=' . $expertId . ' exception=' . $e->getMessage()); } } $job->delete(); $service->enqueueNextCountryFill(1); } }