Detached option causes each job to run as a separate process that doesn't share memory space with the scheduler and other jobs. So if a job crashes it doesn't bring the scheduler down. The only caveat, detached jobs of JAL script type cannot access global variables. Because you have a no-processing window, I would go with a restart option as simple method to deal with this issue. If that doesn't help you can then start looking at other options such as detached jobs and so on... : @ If you can restart the scheduler why cannot you set jobs to run detached? : What does setting the jobs to detached actually do? : The big obstacle would be our internal change control process. Touching all : those jobs would be a big issue. They would all have to be retested due to : the change control process. I doubt I could get an okay to change all of : them. : If I had a definitive, "this is the issue", I might be able to get : support to move forward. : @ If you restart it during job runs these jobs might abort prematurely. : We have an hour window each day where we'd be safe and that’s about it. : Thanks for the info any other ideas you might have.
|