I obtain features from an WFS using the WFS Reader within a FME 2015 Workspace on FME Server. From time to time the job hangs and blocks the Server Engine for hours, while usually the run is successfully done after 2 minutes or so. I suppose that the WFS connection gets lost or so.
Is there a smart way to have FME Server cancel a job after a certain amount of time (timeout function) in order to prevent such jobs from blocking a whole engine? Either any parameter in the server / engine configuration or a smart kind of routine within the workspace (i tried a timestamp and compare bevor / after routine, this however does not prevent the workspace from hanging)?