Samuca47prog / UiPath_REFramework_Porreta

This will be a enhenced RE Framework features and functionalities
0 stars 0 forks source link

Retry queue item right after the failure #2

Open Samuca47prog opened 2 weeks ago

Samuca47prog commented 2 weeks ago

What?

when retry a queue item, process it right after the item is added in the queue and not following first in first out logic

Who?

Camila caldas at LinkedIn

Samuca47prog commented 2 weeks ago

First thing that comes in my mind is adjusting the retry mechanism to recreate the item with a higher priority. That may help but not guarantee the retried item will be the the next to be processed. Need to think more about it!

Samuca47prog commented 1 week ago

Matthieu L. Idea at LinkedIn: "Managed to solve it by using Deadline property, but I was able to add batch of items with Deadline resulting of a specific order for Each transaction. Then when retrying it will keep the Deadline and will be retried in priority."