Queue Items Failing alot

i use very easy Queue item in production. But it’s failing alot, even when the timeout is more then a minute in Get Queue item activity

what can be the problem?

Hi @keeswirken ,

What is the reason for the failure, Like is there any exception or Further details you can provide on it to understand what is actually going on.

Or take a snap of Transaction details for one of the Failed item as a sample to help you further.

Thanks,
Gautham.

if it is old project, make sure to have it in retry scope. Timeout shouldn’t have to be that long unless the connection is very slow.

Hello @keeswirken ,

You can use a while loop inside process.xaml where the transaction item is getting processed. Before the loop set a variable of exception type to nothing and in the exit condition of the loop have it as ’ exception is nothing ’ and have a delay as last step of the process.xaml incase of time out issues that might minimise the number items failing because of timeout. You can set max number of retries using a loop counter variable as well.

Happy automating.!

Thanks
Gautham.

Just use Retry Scope, it will repeat if there is an error.

You’ll need to have your IT department check the server, network, database etc to find where the bottleneck is.