Resolve "Test django-cachalot"
All threads resolved!
All threads resolved!
Closes #310 (closed)
Edited by Nik | Klampfradler
Merge request reports
Activity
- Resolved by Nik | Klampfradler
added 40 commits
-
085d5f13...1e504aeb - 38 commits from branch
master
- c83cb6b1 - Merge branch 'master' into 310-test-django-cachalot
- 68f3cbbb - Allow further configuration of django-cachalot
-
085d5f13...1e504aeb - 38 commits from branch
- Resolved by Nik | Klampfradler
This has to be solved:
?: (cachalot.W001) Cache backend 'django_prometheus.cache.backends.memcached.MemcachedCache' is not supported by django-cachalot. HINT: Switch to a supported cache backend like Redis or Memcached.
- Resolved by Jonathan Weth
added 21 commits
-
68f3cbbb...d1ff5fff - 20 commits from branch
master
- b974d1be - Merge branch 'master' into 310-test-django-cachalot
-
68f3cbbb...d1ff5fff - 20 commits from branch
added 1 commit
- 14628d57 - Whitelist our databases and caches for cachalot
assigned to @hansegucker
- Resolved by Nik | Klampfradler
Please resolve merge conflicts.
added 23 commits
-
14628d57...6a08e619 - 22 commits from branch
master
- 11700ac1 - Merge branch 'master' into 310-test-django-cachalot
-
14628d57...6a08e619 - 22 commits from branch
added 35 commits
-
11700ac1...5daa73f9 - 34 commits from branch
master
- 590eb0bc - Merge branch 'master' into 310-test-django-cachalot
-
11700ac1...5daa73f9 - 34 commits from branch
Cachalot caused some problems in our test environment. It seems that the data from the UNTIS MySQL db were imported only after the cache timed out. The explanation for this behavior could be that there are no writing operations from Django causing an invalidation of the cache. So the next test should be to exclude the MySQL DB from cachalot.
added 7 commits
-
590eb0bc...aee5dbb0 - 6 commits from branch
master
- 7f08490b - Merge branch 'master' into 310-test-django-cachalot
-
590eb0bc...aee5dbb0 - 6 commits from branch
- Resolved by Jonathan Weth
mentioned in commit 15008433
Please register or sign in to reply