|  | 
	
	
	| Rank: Newbie 
 Joined: 3/23/2020
 Posts: 2
 Location: Chicago
 
 | Hi 
 How can I schedule a retry in the error handler of the job?
 
 Than you.
 | 
|  | 
	
	
	| Rank: Member 
 Joined: 3/25/2015
 Posts: 19
 
 | Hi 
 1. In the job configuration page, click new Error/Success handling step.
 2. In the " Execute with error/success handling..." section, there is a text box. Enter the number of retries in this text box.
 3. Click the "+"  button under the "Execute with error/success handling..." section and add the actual execution step that is to be retried in case of an error.
 rasgeado attached the following image(s):
 
  
 
 | 
|  | 
	
	
	| Rank: Newbie 
 Joined: 3/23/2020
 Posts: 2
 Location: Chicago
 
 | Hi Rank Thank you for your response.
 Do you know any delay command like "Sleep.." on the server?
 
 Thanks Again.
 | 
|  | 
	
	
	| Rank: Member 
 Joined: 3/25/2015
 Posts: 19
 
 | Well, I'm using this to sleep a job (on Windows): 
 ping 127.0.0.1 -n 60 > nul
 
 where 60 is the number of pings.
 rasgeado attached the following image(s):
 
  
 
 | 
|  | 
	
	
	| Rank: Advanced Member 
 Joined: 2/27/2009
 Posts: 595
 
 | Depending on what exactly your job looks like, perhaps the new postponed-step functionality (see also documentation) could be useful to you. | 
|  | 
| guest |