CronJobsTab.constants.ts9 lines · main
1export const JOB_RUN_DETAILS_THRESHOLD = 200_000
2export const CRON_JOBS_THRESHOLD = 200_000
3
4export const CLEANUP_INTERVALS = [
5 { label: 'Older than 1 day', value: '1 day' },
6 { label: 'Older than 7 days', value: '7 days' },
7 { label: 'Older than 1 month', value: '1 month' },
8 { label: 'Older than 6 months', value: '6 months' },
9]