mirror of
https://github.com/Ombi-app/Ombi.git
synced 2024-11-21 04:50:32 -08:00
Page:
Jobs Tasks Schedules
Pages
Api Information
Arr Settings
Authentication Settings
Backups
Building V4
Common Errors
Customization Settings
Discord Notification Settings
Docker Containers
DogNzb Settings
Email Notification Settings
FAQ
Home
Installation
Issue Settings
Job Settings
Jobs Tasks Schedules
Landing Page Settings
Mass Email
Migration procedure from SQLite to MySQL or MariaDB
Mobile App Setup
Newsletter Settings
Notification Template Variables
Ombi & Tautulli
Ombi Settings
Ombi v4 Custom CSS File
Ombi v4 Custom Themes
Prerequisites
Pushbullet Notification Settings
Pushover Notification Settings
Request Workflow
Reverse Proxy Examples
Reverse Proxy v4
Roles and Notifications
Settings
Slack Notification Settings
Startup Parameters
Telegram Notifications
Translations
Twilio
Update Settings
User Importer Settings
User Roles
Using a different database (MySQL) on Windows
Using a different database
Vote Settings
6
Jobs Tasks Schedules
goldenpipes edited this page 2019-07-18 14:46:11 -05:00
Table of Contents
All of the jobs are using Quartz CRON expressions.
Cronmaker should be able to assist you in creating the expression or translate the current ones.
Job Descriptions
Jobs | Default Expression | CRON Definition | Description |
---|---|---|---|
Sonarr Sync | 0 10 0/1 1/1 * ? * |
Every hour on the 10th minute | Pulls in all of the monitored episodes, seasons and series into Ombi, so Ombi can have a quick lookup |
SickRage Sync | 0 35 0/1 1/1 * ? * |
Every hour on the 35th minute | Pulls in all of the monitored episodes, seasons and series into Ombi, so Ombi can have a quick lookup |
Radarr Sync | 0 15 0/1 1/1 * ? * |
Every hour on the 15th minute | Pulls in all of the monitored Movies into Ombi, so Ombi can have a quick lookup |
Lidarr Sync | 0 40 0/1 1/1 * ? * |
Every hour on the 40th minute | Pulls in all of the monitored Albums and Artists into Ombi, so Ombi can have a quick lookup |
CouchPotato Sync | 0 30 0/1 1/1 * ? * |
Every hour on the 30th minute | Pulls in all of the monitored Movies into Ombi, so Ombi can have a quick lookup |
Automatic Update | 0 0 0/6 1/1 * ? * |
Every 6 hours | Automatically updates |
Retry Failed Requests | 0 0 6 1/1 * ? * |
Every 1 day at 06:00 | Retries any requests that failed to send to the DVR application |
Plex Sync | 0 0 2 1/1 * ? * |
Every 1 day at 02:00 | Goes through Plex and Ombi keeps a local copy of what Plex has |
Plex Recently Added Sync | 0 0/30 * 1/1 * ? * |
Every 30 minutes | Goes through the recently added items in Plex and Ombi keeps a local copy of what Plex has |
Emby Sync | 0 5 0/1 1/1 * ? * |
Every hour on the 5th minute | Goes through Emby and Ombi keeps a local copy of what Emby has |
User Importer | 0 0 0 1/1 * ? * |
Every 1 day at 00:00 | Imports the users from Plex/Emby so they can log into Ombi |
Refresh Metadata | 0 0 12 1/3 * ? * |
Every 3 days at 12:00 | Tries to find any missing metadata we might have for our cached data e.g. ImdbId |
Newsletter | 0 0 12 ? * 6 * |
Every 7 days at 12:00 | Sends out the newsletter if enabled |
Issue Purge/Delete | 0 0 0 1/1 * ? * |
Every 1 day at 00:00 | Deleted issues after the specified time setup in the Issue settings |
Media Data Refresh | 0 0 12 1/5 * ? * |
Every 5 days at 12:00 | Deletes all the content we have previously cached with Plex/Emby and then re-caches that data |
The wiki is dead! Long live the wiki!