tekas's avatar
Level 1

Memcached doesn't work in Jobs

Hi, I have Job files.

In my job files. Redis works great. But memcached doesn't work properly. Sometimes it works sometimes it doesn't.

Btw memcached works great on my app and controller classes.

I am using supervisord for queue management.

And my memcached configuration is

'default' => env('CACHE_DRIVER', 'memcached'),

'memcached' => [ 'driver' => 'memcached', 'servers' => [ [ 'host' => env('MEMCACHED_HOST', '127.0.0.1'), 'port' => env('MEMCACHED_PORT', 11211), 'weight' => 100, ], ], ]

Why can it be?

0 likes
1 reply

Please or to participate in this conversation.