Journey Manager (JM)
The transaction engine for the platform. |
System Manager / DevOps | All versions
This feature is related to all versions.
Manager comes with several default scheduled job types , but you can also create a new scheduled job to suit your needs.
Each scheduled job requires a service that will be executed to perform a job, therefore you may need to create a scheduled service first if it doesn't exist.
To create a new scheduled service:
Select Services > All Services. and click New.
Select Scheduled Service from the Service Type dropdown list.
Select a service template from the Service Template dropdown list, which can be:
Select a trigger type from the Trigger Type dropdown list, which can be Simple or Cron.
Select the repetition period from the Repeat dropdown list and repeat interval from the Repeat Interval for the simple trigger type.
Provide a cron job regular expression in the Cron Expression field, which the scheduler will use to know when and how often to invoke this job. For example, 0 0 1 * * ? will cause the job to run every day at 1 am. However, much more sophisticated schedules are possible.
Click Save to update the changes.
After scheduled jobs are created, there are only a few configuration changes you can do to maintain them. Most frequently, you will need to update the repeat interval or cron expression of a scheduled job.