Add a max_instances configuration option to allow users to control the number of concurrent executions.
Currently, triggering a new execution kills the previous one. We need the max_instances config to allow multiple runs to exist simultaneously without interruption.
Add a max_instances configuration option to allow users to control the number of concurrent executions.
Currently, triggering a new execution kills the previous one. We need the max_instances config to allow multiple runs to exist simultaneously without interruption.