Skip to main content
Question

FME Server 2021 - How to know the job queue time (i.e. waiting for engines

  • August 20, 2023
  • 1 reply
  • 41 views

naveen
Contributor
Forum|alt.badge.img+7

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

1 reply

redgeographics
Celebrity
Forum|alt.badge.img+59
  • Celebrity
  • 3700 replies
  • August 20, 2023

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