How to do error handling in Job Schedulers?

How to do error handling in Job Schedulers?

@AbhishekC1725 error handling in job scheduler is similar to the normal activity only. But in the handling scenario, if the process(obj-open due to lock or api response issue as api is down), you can queue the job scheduler activity to a dedicated queue processor with some delayed time maybe 1 hour or so..

@Anoop Krishna Ok Anoop thanks for response.