The one place for your designs
Upload and view the latest designs for this issue. Consistent and easy to find, so everyone is up to date.
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)
We want to be sure it is you, please confirm you are not a robot.
changed weight to 1
changed milestone to %sprint: Lucky Lizard
assigned to @gthouret
added Priority::1 - High Type::Bug scoped labels
Hoping it's not related to Redis limitations in: https://tech.trivago.com/2017/01/25/learn-redis-the-hard-way-in-production
I modified the Redis PubSub interface so that connection issues should be handled and false returned instead of throwing a RedisException.
mentioned in commit 69ea2858
added Status::InProgress scoped label
mentioned in merge request !314
Upload and view the latest designs for this issue. Consistent and easy to find, so everyone is up to date.