10 Commits
Author SHA1 Message Date
Alexandre FayolleandGitHub 9d25a5dc56 Merge pull request #511 from camptocamp/19.0-fix-performance
[PERF] fix performance hit
2026-02-16 15:13:20 +01:00
Alexandre Fayolle 911fa5535a [PERF] fix performance hit
On the cloud platform of Camptocamp, a shared redis is used to store the
sessions of the different projects -> the number of keys is huge, and
using an iterative match kills the performance because of the networking
overhead.

We switch to using redis.key(pattern), and since the pattern typically
has a leading string which will allow redis to find the correct bucket,
the performance should be good.
2026-02-16 11:42:39 +01:00
Alexandre FayolleandGitHub e4d3fcdb8d Merge pull request #496 from camptocamp/18.0-upd_version
fix: this is Odoo 18.0 branch
2025-05-21 08:13:22 +02:00
Alexandre FayolleandGitHub 471fe15b2b Merge pull request #464 from xcgd/17.0-session_redis-fix-vacuum
[17.0][FIX] session_redis: fix vacuum
2024-08-27 11:45:44 +02:00
Alexandre FayolleandGitHub 5e98c14de9 Merge pull request #463 from gurneyalex/17.0-update-CI
sync project
2024-06-24 13:46:05 +02:00
Alexandre Fayolle 898c1484de remove the setup directory
this one is no longer needed with pyproject.toml
2024-06-24 12:22:27 +02:00
Alexandre Fayolle 61d30ef6ff run pre-commit 2024-06-24 11:58:48 +02:00
Alexandre Fayolle 451facfeb6 sync project 2024-06-24 10:55:29 +02:00
Alexandre FayolleandYannick Vaucher 7cf797af2a [FIX] cloud_platform_ovh uses swift 2021-11-09 09:39:32 +01:00
Alexandre Fayolle 7a4f43d1fa [IMP] monitoring_status: check the db is reachable
make a real SQL query on GET /monitoring/status and return a 503
if the query failed.
2019-10-25 16:25:54 +02:00