Opened 9 years ago
Closed 9 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.
Note:
See TracTickets
for help on using tickets.
Let's try for a more generic solution as described in https://code.djangoproject.com/ticket/20892#comment:12.