Customer Portal

Queueing graphs to run

Comments 1

  • Avatar
    novakj
    0
    Comment actions Permalink
    Hello,

    If you set property "max_running_concurrently", you should specify how to cope with graphs, which are running over this limit.
    For example if you set "max_running_concurrently" to 10 and 10 graphs are running concurrently, what to do with the next started graph.

    You can specify this behavior by property "enqueue_executions". If this property is set to true, executions above "max_running_concurrently" are enqueued, if it is false executions above "max_running_concurrently" fail. Default value is false, so it is obviously the reason of your issues.

    You can set this property per graph via web GUI section "Sandboxes". Select graph file and go to tab "Config properties".

    For more details please see the documentation: http://doc.cloveretl.com/documentation/ ... rties.html

Please sign in to leave a comment.