feat(postgres): failed_events table and PgFailedEventStore for dead-letter queue

This commit is contained in:
2026-05-15 16:23:21 +02:00
parent 340886fcfe
commit c092b9e658
4 changed files with 122 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ pub mod api_key;
pub mod block;
pub mod boost;
mod db_error;
pub mod failed_event;
pub mod feed;
pub mod follow;
pub mod like;