fix(storage): make queue and object ownership durable

This commit is contained in:
237899745
2026-07-26 10:54:13 +08:00
parent f2d490edce
commit 408e09cda8
14 changed files with 2855 additions and 608 deletions

View File

@@ -6,7 +6,9 @@ pub mod filename;
pub mod idempotency;
pub mod mail;
pub mod metrics;
pub mod object_lifecycle;
pub mod quota;
pub mod rate_limit;
pub mod settings;
pub mod storage;
pub mod task_queue;