#233: prune conversion job payloads for every job kind #254
No reviewers
Labels
No Label
area:auth
area:docs
area:export
area:ops
area:storage
area:supply-chain
auth
backend
blocked
collab
deployment
docs
effort:L
effort:M
effort:S
frontend
plugins
qa
vs-nfd
vs-nfd:blocker
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: stwaidele/dorfteich#254
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/233-conversion-job-payload-pruning"
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?
Closes-when-merged: #233 (issue is closed manually after green CI/CD per process).
conversion-payload-prune: nullsinput/result/result_mime_typeof finished (SUCCEEDED/FAILED) conversion jobs older thanconversion.payloadRetentionDays(new instance setting, default 30). Rows survive for status/audit.conversion_jobs.inputbecomes nullable; migration backfills already-finished jobs past the default period.conversionInputOf()guards the worker/import paths: a claimed job without input fails finally instead of crashing the worker.conversion-payload-prune.e2e.db.test.ts(finished old pruned, fresh/pending/stale-RUNNING untouched, no-op run). Full api suite green (471) against a fresh DB,migrate deployverified on a second fresh DB.