-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
featureNew functionalityNew functionalityphase: 2Phase 2 - InfrastructurePhase 2 - Infrastructurepriority: highHigh priority featureHigh priority feature
Description
Description
Add Redis Streams support for durable status change events.
Tasks
- Research Redis Streams consumer groups API
- Design event schema:
{signature_key, old_status, new_status, timestamp, signature_type} - Implement stream publishing on
TaskSignature.done()andTaskSignature.failed() - Create consumer group utilities for the external service
- Add integration tests for stream reliability
Key Files
/mageflow/signature/model.py/mageflow/signature/status.py
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew functionalityNew functionalityphase: 2Phase 2 - InfrastructurePhase 2 - Infrastructurepriority: highHigh priority featureHigh priority feature