Customer Portal

How to limit the total number of running instances of a file listener job flow

Comments 2

  • Avatar
    Pedro Vazquez Rosario
    0
    Comment actions Permalink
    Hi jzhu,

    CloverETL does have a way to limit the total number of running instances. You can achieve this via Job Config Properties on the Sandbox (Server Console - Sandboxes - CloverETLProject - Config Properties). The two properties you want to set are max_running_concurrently = <the amount of Jobflow you want to run at the same time> and enqueue_executions = true

    Best Regards,
  • Avatar
    jzhu
    0
    Comment actions Permalink
    Thanks, Pedro

Please sign in to leave a comment.