(chore): Catch RedisException when using pubsub publis - RedisException: Redis server went away
Sentry Issue: ENGINE-F
RedisException: Redis server went away
File "/Core/Data/PubSub/Redis/Client.php", line 41, in Redis::publish
return $this->redis->publish($channel, $data);
File "/Core/Data/PubSub/Redis/Client.php", line 41, in Minds\Core\Data\PubSub\Redis\Client::publish
return $this->redis->publish($channel, $data);
File "/Core/Sockets/Events.php", line 86, in Minds\Core\Sockets\Events::emit
$this->redis->publish($this->prefix . $packet['nsp'] . '#', $packed);
File "/Core/Notification/UpdateMarkers/Manager.php", line 46, in Minds\Core\Notification\UpdateMarkers\Manager::pushToSocketRoom
->emit("marker:{$marker->getEntityGuid()}", json_encode($marker->export()));
File "/Controllers/api/v2/notifications/markers.php", line 94, in Minds\Controllers\api\v2\notifications\markers::put
$manager->pushToSocketRoom($marker);
...
(4 additional frame(s) were not displayed)