web / lib/jobs/handlers/cleanup-approval-locks-job / cleanupApprovalLocksJob
Variable: cleanupApprovalLocksJob
const
cleanupApprovalLocksJob:object
Type declaration
slug
slug:
string
="cleanup-approval-locks"
schedule
schedule:
object
[]
handler()
handler: () =>
Promise
<{output
: {transitionLocksCleaned
:number
;totalCleaned
:number
; }; }>
Returns
Promise
<{ output
: { transitionLocksCleaned
: number
; totalCleaned
: number
; }; }>