Opened 8 years ago

Closed 8 years ago

#26301 closed New feature (duplicate)

Allow to set memcached client socket_timeout via settings

Reported by: Maciej Dziardziel Owned by: nobody
Component: Core (Cache system) Version: 1.9
Severity: Normal Keywords: cache memcached timeout
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

default memcached client allows to set socket_timeout to cat the time spent waiting in case of memcached not being available. Django documentation mentions that OPTIONS field in cache configuration can be used to configure backend, but this option is not passed to memcached client.

PR: https://github.com/django/django/pull/6229

Change History (1)

comment:1 by Tim Graham, 8 years ago

Resolution: duplicate
Status: newclosed

Let's try for a more generic solution as described in https://code.djangoproject.com/ticket/20892#comment:12.

Note: See TracTickets for help on using tickets.
Back to Top