Hello @dataMover ,
using a KNIME Server you can set max execution time for a job:
com.knime.server.job.discard_after_timeout=<true|false>
[RT]
Specifies whether jobs that exceeded the maximum execution time should be canceled and discarded (true
) or only canceled (false
). May be used in conjunction with com.knime.server.job.max_execution_time
option. The default (true
) is to discard those jobs.
Please consult this document for further configuration options:
https://docs.knime.com/latest/server_admin_guide/index.html#knime-server-configuration-file
Kind regards