cambios importantes

This commit is contained in:
Lizandro Guarnizo
2026-06-12 22:02:03 -05:00
parent bc422e0a1c
commit 4bd353c128
3 changed files with 571 additions and 0 deletions
+7
View File
@@ -109,6 +109,13 @@ class WpWebhook
// Persistir evento crudo para auditoría
self::saveRawEvent($raw);
// Procesar cola outbound inmediatamente para respuestas automáticas
try {
OutboundWorker::processQueue();
} catch (\Throwable $e) {
self::log('WARN', 'OutboundWorker falló: ' . $e->getMessage());
}
}
private static function resolveCompany(array $payload): void