What features are available to delay processing of jobs (sleep/wake)?
The following delays are implemented: A simple way to make a job sleep and wake up is to configure a repeat interval in hours, minutes and seconds. In this case the job is not exactly “delayed” but will be restarted as soon as the interval has elapsed. A job can delay its processing by the Job Scheduler API method delay_spooler_process(seconds_or_hhmmss). This is available only if the job implements the method spooler_process() of the API. In this case the job remains loaded, i.e. it is in processing but uses no CPU until the scheduled interval has elapsed. A job can be configured for restart should an error have occurred, for example by configuration or API methods: spooler_job.delay_after_error( 2 ) = 10; // 10 seconds spooler_job.delay_after_error( 5 ) = “00:01”; // one minute spooler_job.delay_after_error( 10 ) = “24:00”; // one day spooler_job.delay_after_error( 20 ) = “STOP”; In this example, the Job Scheduler repeats a job immediately after a (first) error occurs. After two to f
Related Questions
- I need to remote control a device that is in the sleep /standby mode and is currently offline. How can I wake up the device and force it to connect to MobiControl?
- jobs said you can sleep and wake the iphone do u think this is the power switch and will you be able to answer calls when its in sleep mode ?
- What latest features and tweaks provided by Online Jobs Mentor, on every Free Blog Installations?