Skip to content

Feature request: support socket_timeout and dead_retry in memcached backend #223

@freedge

Description

@freedge

Right now memcached backend only support a limited number of arguments.
It was noticed a while ago through https://bugs.launchpad.net/oslo.cache/+bug/1723133 that notably dead_retry and socket_timeout were not implemented.

Downstream, oslo.cache already fills the arguments dictionary with values for dead_retry and socket_timeout, but dogpile.cache ignore them so the defaults (of 30s for dead_retry and 3s for socket_timeout) are used. In fact oslo.cache believes it is setting a 300s dead_retry and 1s socket timeout, but of course this is not happening.

I would wish for dogpile.cache to support socket_timeout and dead_retry in memcached backend.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions