You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using GCP memory store is causing the postgresql-init container to break.
Tasks: TOP => db:migrate => db:load_config => environment
(See full trace by running task with --trace)
I, [2023-06-26T08:16:36.519017 #11] INFO -- : ActionCable is using the redis instance at redis://:594aa6a5-3695-4ac5-947e-2a98dcd0e70a@10.187.161.3:6379.
I, [2023-06-26T08:16:36.572028#11-6180] INFO -- : Using memcached as Rails cache store.
I, [2023-06-26T08:16:36.572299#11-6180] INFO -- : Using the Redis back end for Zammad's web socket session store.
rake aborted!
Redis::CommandError: ERR unknown command client, with args beginning with: setname, ActionCable-PID-11,
Using GCP memory store is causing the postgresql-init container to break.
Tasks: TOP => db:migrate => db:load_config => environment
(See full trace by running task with --trace)
I, [2023-06-26T08:16:36.519017 #11] INFO -- : ActionCable is using the redis instance at redis://:594aa6a5-3695-4ac5-947e-2a98dcd0e70a@10.187.161.3:6379.
I, [2023-06-26T08:16:36.572028#11-6180] INFO -- : Using memcached as Rails cache store.
I, [2023-06-26T08:16:36.572299#11-6180] INFO -- : Using the Redis back end for Zammad's web socket session store.
rake aborted!
Redis::CommandError: ERR unknown command
client
, with args beginning with:setname
,ActionCable-PID-11
,The error is know and can be avoided:
rails/rails#38244
The text was updated successfully, but these errors were encountered: