Currently you either start a job, or you fail because there's one running already. It would be better to be able to submit a job and have it get queued. For now, only run one job at a time.
I think it would make sense to remove the id parameter as a option that can be set, and have it always be set by the job server.
Should add calls to get the queue and cancel a job as well.
Currently you either start a job, or you fail because there's one running already. It would be better to be able to submit a job and have it get queued. For now, only run one job at a time.
I think it would make sense to remove the
idparameter as a option that can be set, and have it always be set by the job server.Should add calls to get the queue and cancel a job as well.