I have a Queue with items generated by an external application my company built and maintains. The queue and other queues like this work fine. Queue items are generated and the jobs trigger. However, there today a queue item was not generated by the api request as usual. There were api requests before and after this instance that generated the queue items as it normally does.
My question: is there a log for me to review of api requests that may have been denied or not accepted?
The Log on the external application says “Succeeded” for this api request but I am unsure if Succeeded was determined by an actual response from orchestrator or if Succeeded means it was just sent successfully without confirmation of being accepted by the api.
Orchestrator would not reject an item or so…its like api might fail for several reasons if it failes…but to understand if it is a failure of api or not…we need to first check if the success is taken from the api response or if it is just giving success without verifying the response