I have 2 queues - Queue1 and Queue2 . On both these queues queue trigger is set e.g Trigger1 on queue1 and trigger2 on queue2
I have added new item in queue 1 and after 1 min added new item in queue 2
Newly added item in queue1 got processed successfully
But after that new item in queue2 is not picked up for processing
Please note, I am using same bot for processing items in queue1 and queue2 .
My expectation is after processing new item in queue1 , new item in queue2 should be processed next which is not happening right now , the item remains in New state in queue2
Yes my expectation is also the same like it will be executed one by one .
But in actual, after processing queue1 item , queue2 item is not processed , job did not start and queue item state is still New , ideally it should have moved into âin processâ and then got completed
On Cloud orchestrator what is the interval with which the queue items are checked?
ok , got it , so I am using RE framework and kill process is in initialising phase so it has not started the actual transaction thatâs why the state is New .
And why the job shows success even when the process exection got failed ?