#!/usr/bin/env php start(); } catch (Exception $e) { custom_log("ERROR FATAL: " . $e->getMessage()); custom_log("Stack trace: " . $e->getTraceAsString()); exit(1); } custom_log("=== POOL DE WORKERS DETENIDO ==="); exit(0);