Skip to main content
Solved

Can FME Flow process simultaneous jobs for one workflow?

  • April 5, 2024
  • 3 replies
  • 63 views

yagami9
Contributor
Forum|alt.badge.img+6

Hello ,

I’m wondering if FME Flow can handles multiple simultaneous jobs for a single workflow . 

For exemple , how does the Easy Translator Demo handle the case where simultaneous translations of CSV files to SHP ( coming from different users ) without their data and their results being overlapped. 

Is it handled by FME Flow , or handled manually by the developers of this web app?

Also in case of only one engine , how does FME Flow process this use case ?

Best answer by nielsgerrits

Jobs are processed one by one following a queue. With multiple engines, different handling configurations are possible.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2940 replies
  • Best Answer
  • April 5, 2024

Jobs are processed one by one following a queue. With multiple engines, different handling configurations are possible.


yagami9
Contributor
Forum|alt.badge.img+6
  • Author
  • Contributor
  • 19 replies
  • April 5, 2024

@nielsgerrits Thanks for the response ! 

Can we associate multiple engines to a single queue , in order to make the waiting time for users less ?


nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2940 replies
  • April 5, 2024

Yes, this is the default.