(jobType: CleanupJobType)
| 58 | type PlanResolutionEntry = readonly [string, PlanCategory] |
| 59 | |
| 60 | function getCleanupConcurrencyKey(jobType: CleanupJobType): string { |
| 61 | return `cleanup:${jobType}` |
| 62 | } |
| 63 | |
| 64 | /** |
| 65 | * Single source of truth for cleanup retention: which key each job type reads |
no outgoing calls
no test coverage detected