Queue item abandoned or failed

Hi,
When a queue item is failed or abandoned, does it go to new state? or does some one have to move to new state?

Thank you,

1 Like

Hi @A_Learner

If you have Auto Retry enabled while you created the queue then itbwill retry the Failed queue items according to the given number. If you have retry number given in Config instead of Orchestrator Queue then also it will retry the Failed transaction items.

You can retry Abandoned Queue Items. Check the below thread

Regards

@A_Learner

When running if a transaction fails and the queue retry is enabled then a new transaction is automatically added …if queue retry is not enabled then we need to manually add the item again

In case of abondended we need to add the transaction again if we need it to be retried

Cheers

@Anil_G

Thank you. How do I add the item again, when unique reference is set.

Thank you,

@A_Learner

If you select retry item it will be added wven if unique ref is there

Cheers

1 Like

@Anil_G
Thank you. Please ensure for a queue with unique reference,

  1. Abandoned or Failed items can be deleted.
  2. Can be added again to the queue with unique reference using the same reference.
1 Like

@A_Learner

Yes thats correct…

cheers

1 Like

Is there a way to delete from the code to check for abandoned or failed item and delete from the quuee rather than going manually in and deleting them?

Thank you

@A_Learner

Get queue items filter with failed and abandoned and then delete queue item
Inside loop

Cheers

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.