[t-015] Create staging.py — file upload staging + 30-day cleanup sch #15
Loading…
Add table
Reference in a new issue
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?
Goal
Implement the file upload staging service and the lifespan-scheduled cleanup task.
References
Reference
Implementation Steps
Implementation Steps
1. Create
src/services/staging.py(complete implementation)Replace placeholder with full module:
Verification Gate
Verification Gate
Run:
STOP Conditions
STOP Conditions
Depends on: t-004