cancel
Showing results for 
Search instead for 
Did you mean: 

Time out Exceptions in queue should be tried

Anonymous
Not applicable
how to retry timeout exceptions itself from work queue instead of terminating the application after certain time ?
1 REPLY 1

Denis__Dennehy
Level 15
Best practice would be to use the Blue Prism standard templates that have retry loops in sub pages, these are explained both within the Template instruction documents and in the exception handling training. If you want to retry after a period of time then maybe you should be handling your system unavailable exception to put items back into the work queue defered for a set period of time so that they are tried again later - you would need to ensure your processes are using queue status to skip any updates that have already been performed. All this is standard exception handling design which your training mentor should be able to discuss with you.