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
I use Laravel Forge with AWS (EC2, Ubuntu) and Laravel Horizon to run jobs.
My Redis memory consumption is only growing in size, it is already almost 7GB, which is insane for the amount of jobs I store
Queue size is about 9000 jobs, it was way more a month ago, but it did take a lot less space. Every job is very small in size and highly optimised.
Seems like Redis database only growing and never delete old keys. is is Horizon problem? My trim settings from horizon.php:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I use Laravel Forge with AWS (EC2, Ubuntu) and Laravel Horizon to run jobs.
My Redis memory consumption is only growing in size, it is already almost 7GB, which is insane for the amount of jobs I store
Queue size is about 9000 jobs, it was way more a month ago, but it did take a lot less space. Every job is very small in size and highly optimised.
Seems like Redis database only growing and never delete old keys. is is Horizon problem?
My trim settings from horizon.php:
INFO MEMORY From Redis:
Beta Was this translation helpful? Give feedback.
All reactions