[chores] Separated session redis bucket from cache bucket#733
[chores] Separated session redis bucket from cache bucket#733nemesifier wants to merge 2 commits into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📜 Recent review details⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
🧰 Additional context used📓 Path-based instructions (1)**/*.py📄 CodeRabbit inference engine (AGENTS.md)
Files:
🔇 Additional comments (1)
📝 WalkthroughWalkthroughThis PR adjusts Redis database indices in the non-testing Django settings configuration. The Celery broker URL now points to Redis database 2 instead of 1. Concurrently, Channels configuration moves from database 7 to database 3, and the default cache location changes from a hardcoded localhost URL ( Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
<h3>CI Failures Detected</h3>Hello @nemesifier,
|
76c761c to
f2f3e04
Compare
Checklist
Reference to Existing Issue
Not needed, small improvement being done in all repositories.
Description of Changes
Small improvement to the test env which separates cache from session storage to avoid terminating sessions when clearing the cache.