Hi,
When I try to submit the same job with the same name using the
curl command, the second job will be accepted but will be killed. When I submit
the job with a different name, it will accept and run the job.
Can you help me understand this behavior.
I need to submit same job multiple times, it is okay if it gets submitted and
shows a different name like it does when we submit the job from DT UI.
Curl -XPOST -d <DT_ARGUMENTS>
http://<gatewayserver:9090>/ws/v2/appPackages/<admin>/<jarname>/0.0.1-SNAPSHOT/applications/<Processing_Job>/launch.
I am using 3.1.1 version of data torrent.
Regards,
Venkatesh.