CronJobsTab.constants.ts 338 B

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