Bug #95551
ignorer les erreurs de cache sur le get() (MemcacheUnexpectedCloseError)
Start date:
18 September 2024
Due date:
% Done:
0%
Estimated time:
Patch proposed:
No
Planning:
No
Description
https://sentry.entrouvert.org/entrouvert/publik/issues/127328/
MemcacheUnexpectedCloseError: (10 additional frame(s) were not displayed) ... File "pymemcache/client/hash.py", line 334, in _run_cmd return self._safely_run_func( File "pymemcache/client/hash.py", line 214, in _safely_run_func result = func(*args, **kwargs) File "pymemcache/client/base.py", line 619, in get return self._fetch_cmd(b'get', [key], False).get(key, default) File "pymemcache/client/base.py", line 1027, in _fetch_cmd buf, line = _readline(self.sock, buf) File "pymemcache/client/base.py", line 1440, in _readline raise MemcacheUnexpectedCloseError() connector "opengis.data-sytral-rdata" error running daily job
Related issues
Associated revisions
History
Updated by Robot Gitea 24 days ago
- Status changed from Nouveau to Solution proposée
- Assignee set to Frédéric Péters
Frédéric Péters (fpeters) a ouvert une pull request sur Gitea concernant cette demande :
- URL : https://git.entrouvert.org/entrouvert/hobo/pulls/174
- Titre : misc: ignore cache exceptions (#95551)
- Modifications : https://git.entrouvert.org/entrouvert/hobo/pulls/174/files
Updated by Robot Gitea 24 days ago
- Status changed from Solution proposée to Solution validée
Yann Weber (yweber) a approuvé une pull request sur Gitea concernant cette demande :
Updated by Yann Weber 24 days ago
- Related to Development #79747: ne pas planter sur memcached down added
Updated by Robot Gitea 24 days ago
- Status changed from Solution validée to Résolu (à déployer)
Frédéric Péters (fpeters) a mergé une pull request sur Gitea concernant cette demande :
- URL : https://git.entrouvert.org/entrouvert/hobo/pulls/174
- Titre : misc: ignore cache exceptions (#95551)
- Modifications : https://git.entrouvert.org/entrouvert/hobo/pulls/174/files
Updated by Frédéric Péters 24 days ago
- Subject changed from ignorer les erreurs de cachet sur le get() (MemcacheUnexpectedCloseError) to ignorer les erreurs de cache sur le get() (MemcacheUnexpectedCloseError)
Updated by Transition automatique 22 days ago
- Status changed from Résolu (à déployer) to Solution déployée
misc: ignore cache exceptions (#95551)