Commit f32b92f
committed
fix: remove broken constance cache backend setting for non-Redis environments
The previous commit set CONSTANCE_DATABASE_CACHE_BACKEND = "default" when
no Redis is available, but constance rejects Django's default LocMemCache
because it requires cross-process caching. This silently disabled all
carrier plugins, causing connection creation and validation to fail.1 parent e9fbb23 commit f32b92f
2 files changed
Lines changed: 6 additions & 3 deletions
File tree
- apps/api/karrio/server/settings
- modules/core/karrio/server/providers/tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | | - | |
119 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
| 382 | + | |
382 | 383 | | |
383 | 384 | | |
384 | 385 | | |
| |||
0 commit comments