[feature] Implement queue pruning and message rotation #40
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sneak/chat#40
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
From QA Audit (#25 comment)
Severity: SHOULD-FIX
client_queuesandmessagestables grow unboundedly.QUEUE_MAX_AGEandMAX_HISTORYconfig options exist but are not enforced. Will eventually fill disk.Suggested fix: Implement periodic pruning in the existing cleanup loop, using the already-defined config values.