Scheduled tasks
Scheduled tasks in Omnium are configured by adding a scheduled task setting to ScheduledTaskSettings
.
Scheduling is controlled by a cron schedule:
Scheduled task setting
Property | Type | Description | Information |
---|---|---|---|
Schedule | string | Scheduling of job (crontab format) | |
ImplementationType | string | Scheduled task implementation class | |
IsDisabled | bool | True if scheduled task is temporarily disabled |
Scheduled task setting samples
Scheduled task for getting new Magento orders
The job is running every minute.
Scheduled task for fetching invoices from TripleTex
The job is running every 30th minute.
Scheduled task for exporting products to Nosto
The job is running every 6th hour.