Background Services
Name | Value |
---|---|
SCHEDULES_DIRECTORY_SCANNER | The interval the directory scanner will run to pick up files dropped into the uploads directory instead of uploaded via the UI. The default runs every 30 minutes. For more info on CRON timers please visit - https://crontab.guru/ Default: */30 * * * * |
SCHEDULES_EMAIL_REPORT | The interval to send out an email report detailing approved and pending item stats. The default runs at midnight. For more info on CRON timers please visit - https://crontab.guru/ Default: 0 0 * * * |
SCHEDULES_CLEANUP | The interval the cleanup task should run to delete items in the temporary directories. These are items that may have been left over from things like export jobs. The default runs nightly at 4am. For more info on CRON timers please visit - https://crontab.guru/ Default: 0 4 * * * |