Rafael
Rafael

Reputation: 2676

Rundeck returning 409 on job run through REST API

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

Answers (1)

MegaDrive68k
MegaDrive68k

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

Related Questions