Failed queue items retried am I need to run the job again or it will process?

Failed queue items retried am I need to run the job again or it will process,
Thanks in advance.

@GANESH_BALAGAM
After Completing number of retries it will mark it as failed and you need to clone that one.

@GANESH_BALAGAM suppose it fails first time then retry mechanism will create new against it and place it a last and if it again fail then same it will create new one untill number of retries complete.

The job is finished 30mins before when I went through status few of the transactions failed so I started retryitem in the queues, status is now new how to get into in progress is it completes in certain time or am I need to re run job again.

Yes. If you have items in your queue and the bot i not running you need to start the bot in order for the items to be processed.
Alternatively, you can add a queue trigger linked to this process, which will automatically start the bot if new queue items enter the queue (manually or triggered by another process for example)

1 Like

@GANESH_BALAGAM so to move that transactions inprogress one by one then you need to run job one more time.

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