Horizon lots of orphaned keys in Redis #56638
Unanswered
sts-ryan-holton
asked this question in
Q&A
Replies: 1 comment 1 reply
-
known issue. we have those too. Thing is that Horizon is recording it's own copy of the data. this doesn't get properly removed when the job is finished... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Horizon Version
5.33.2
Laravel Version
12.23.1
PHP Version
8.3.24
Redis Driver
PhpRedis
Redis Version
7.0.15
Database Driver & Version
MySQL 8
Description
I'm running multiple instances of Horizon, each instance is on it's own virtual machine with it's own ip address. They all connect to the
default
Redis connection. When I deploy my project, I runhorizon:purge
followed byhorizon:terminate
, which successfully works.Each time a Horizon instance is restarted in this way though, it generates a new key, e.g:
I thought running
horizon:purge
would clear the build up of orphaned entries, but they stick around, I believe this could be a bug?Steps To Reproduce
horizon:purge
horizon:terminate
(ported from: laravel/horizon#1582)
Beta Was this translation helpful? Give feedback.
All reactions