method
App.CleanupUploads
func (application *App) CleanupUploads(
ctx context.Context,
olderThan time.Duration,
) (ReconcileResult, error)Delete orphan candidates reported by upload reconciliation.
Use a grace period of at least five minutes so in-flight storage preparation is not mistaken for an orphan before its document transaction commits.
Related types
AppA resolved application bound to operation services.
ReconcileResultResult counters from upload reconciliation.