Customer Portal

Job Scheduler Starts again, but previous job not finished - any way to prevent?

Comments 1

  • Avatar
    Pedro Vazquez Rosario
    0
    Comment actions Permalink
    Hi,

    You can set max_running_concurrently property on a job or a whole sandbox, by going into the CloverETL Server GUI, in the sandbox Config properties. If you set it to 1, only one job at a time can be executed. The other executions can be enqueued for later if you wish by setting the enqueuer_executions to “true”.

    Also, you can try the HTTP API in a Jobflow to find out what graphs are running to ensure that you can run the following instance, you can read more here.

Please sign in to leave a comment.