[chore] Remove RabbitMQ and Celery, Add TaskIQ, Unify Redis, Add OTLP batching#3019
Merged
junaway merged 63 commits intorelease/v0.69.0from Dec 11, 2025
Merged
[chore] Remove RabbitMQ and Celery, Add TaskIQ, Unify Redis, Add OTLP batching#3019junaway merged 63 commits intorelease/v0.69.0from
junaway merged 63 commits intorelease/v0.69.0from
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
mmabrouk
reviewed
Nov 20, 2025
mmabrouk
reviewed
Nov 20, 2025
Member
mmabrouk
left a comment
There was a problem hiding this comment.
might make sense to put as draft
….specs.md - Split Redis into two instances: - redis-volatile (6379): caches + channels, TTL only, volatile-lru eviction - redis-durable (6380): queues + streams, AOF persistence, noeviction policy - Update environment variables with proper precedence: - Per-kind: VALKEY_CACHE_URL, VALKEY_CHANNEL_URL, VALKEY_QUEUE_URL, VALKEY_STREAM_URL - Class-level: VALKEY_VOLATILE_URL, VALKEY_DURABLE_URL - Global: VALKEY_URL - Defaults: redis://redis-volatile:6379 and redis://redis-durable:6380 - Update services: - caching.py: Use VALKEY_CACHE_URL (volatile Redis) - queues.py (renamed from workers.py): Use VALKEY_QUEUE_URL (durable Redis) - streams.py (new): TracingWorker for OTLP ingestion from streams:otlp - Update docker-compose: - Split into redis-volatile and redis-durable services - Update queues and streams services to depend on both Redis instances - Update volumes for separate data directories See /sandbox/architecture/redis.split.specs.md for detailed architecture. 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.