...
You can monitor a scheduled job like any other job in the application. See Jobs Page.
Service interruptions
Schedule job executions may be interrupted when the services are down for maintenance or for other reasons.
- Any scheduled job that is in progress when a service interruption begins will resume after the service interruption ends.
A scheduled job that is triggered during a service interruption is attempted for execution after service returns.
Info NOTE: If multiple scheduled executions of the same job are triggered during service interruptions, only one scheduled execution occurs after service returns. Scheduled jobs resume execution according to their schedules as normal.
After a service interruption, scheduled jobs are executed from a queue. It may take some time before your scheduled job is executed.
...
D s also | ||
---|---|---|
|