Skip to main content
Solved

Preventing FME Server Workspace Job cancellation on closing tab/browser

  • April 17, 2023
  • 2 replies
  • 25 views

In a FME Server workspace app, how do I prevent the job from being cancelled if i close the tab or browser before the job has finished? In our case the processing of the job takes a very long time, so I don't want to expect the user to leave the tab open all the time.

Best answer by redgeographics

It may have to do with the service you registered the workspace with. Job submitter will continue to run. However, Data Download and Data Streaming, which both communicate back via the browser, will probably have issues if that tab/browser is closed before they're done.

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.

2 replies

redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3704 replies
  • Best Answer
  • April 17, 2023

It may have to do with the service you registered the workspace with. Job submitter will continue to run. However, Data Download and Data Streaming, which both communicate back via the browser, will probably have issues if that tab/browser is closed before they're done.


  • Author
  • 9 replies
  • April 17, 2023

It may have to do with the service you registered the workspace with. Job submitter will continue to run. However, Data Download and Data Streaming, which both communicate back via the browser, will probably have issues if that tab/browser is closed before they're done.

thank you for the reply, that's it :)