realtime connection

This commit is contained in:
shimon
2024-09-03 17:16:21 +03:00
parent 908ab8b620
commit eaaf2bb0c3
@@ -536,6 +536,17 @@ class Certificates extends Action
payload: $rule,
project: $project
);
var_dump([
'redis' => $realtimeConnection($this->sourceRegion),
'projectId' => 'console',
'payload' => $rule->getArrayCopy(),
'events' => $allEvents,
'channels' => $target['channels'],
'roles' => $target['roles'],
]);
Realtime::send(
redis: $realtimeConnection($this->sourceRegion),
projectId: 'console',