Bill transfer storage monthly with a 15-day grace period before deletion.
Deploy Ladill Transfer / deploy (push) Successful in 51s

Files stay available while wallet renewals succeed each month. Failed renewals
keep files for TRANSFER_GRACE_PERIOD_DAYS (default 15) before automatic cleanup.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-08 12:28:33 +00:00
co-authored by Cursor
parent 65b634bb0b
commit 311b5b40bb
23 changed files with 502 additions and 56 deletions
+2
View File
@@ -40,6 +40,8 @@ IDENTITY_API_KEY_TRANSFER=
TRANSFER_PRICE_PER_GB_MONTH=0.30
TRANSFER_MAX_FILE_BYTES=0
TRANSFER_MAX_FILES=20
TRANSFER_BILLING_PERIOD_DAYS=30
TRANSFER_GRACE_PERIOD_DAYS=15
TRANSFER_DEFAULT_RETENTION_DAYS=30
TRANSFER_MAIL_RETENTION_DAYS=30