Solved

Preventing FME Server Workspace Job cancellation on closing tab/browser


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.

icon

Best answer by redgeographics 17 April 2023, 14:12

View original

2 replies

Userlevel 5
Badge +25

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.

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 :)

Reply