Some jobs are queued before it is allocated an engine for processing due to shortage of available engines or based on priority of job queues. I would like to know how many jobs stayed in queue for more than 30 second before it was processed? This will help us to allocated additional engines... Is there a way to do this analytics in FME server? Thanks
Page 1 / 1
You can use the Rest API to get the job history, it lists when a job was queued and when it was started, the difference between those two (if any) is the time it spent in the queue