run(); echo "executar sevice_timeout \n"; $sevice_timeout->run(); echo "executar servce_queue \n"; $servce_queue->run(); sleep(3); } catch (\Throwable $th) { sleep(3); logger('run_service')->info($th->getMessage()); } }