Reputation: 2676
I am triggering job executions through the HTTP API using pyrundeck, which at the end just does an HTTP POST request like this:
POST https://rundeck.mycorp.com/api/18/job/1xf1c86f-az54-4830-b23f-acb435d60fa0/run
Some of the requests are returning 409 and I don't see references to any 409 response on rundeck documentation.
I have the feeling that might be a collision when the job is already running and a new request arrives but I still haven't confirmed that point.
Does a single node rundeck allows multiple executions of the same job in parallel?
Upvotes: 0
Views: 541
Reputation: 4325
To allow multiple executions on a rundeck job just edit it, go to the "Other" tab, and set "Multiple Executions" to "Yes".
Upvotes: 2