Hello,
Is it possible to configure auto resubmit job after fail on fme server using fme 2019?
Hello,
Is it possible to configure auto resubmit job after fail on fme server using fme 2019?
Best answer by redgeographics
If FME Server crashes during the processing of the job it should resubmit once it gets back on its feet. For other jobs that fail there is no such thing in place. In most, if not all, cases a job that failed the first time will fail the second time as well so potentially you will lock up an engine until eternity.
What you could do is set up a topic to trigger on failure and use that to find the job id, find its parameters and resubmit it via the Rest API. Alternatively, an approach through FMEServerJobSubmitters or the new Automations will let you add processing logic to a failed job as well.