MCPcopy Index your code
hub / github.com/simstudioai/sim / getCleanupConcurrencyKey

Function getCleanupConcurrencyKey

apps/sim/lib/billing/cleanup-dispatcher.ts:60–62  ·  view source on GitHub ↗
(jobType: CleanupJobType)

Source from the content-addressed store, hash-verified

58type PlanResolutionEntry = readonly [string, PlanCategory]
59
60function 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

Callers 2

flushBatchFunction · 0.85
dispatchCleanupJobsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected