<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to kill Talend job by  Using the Talend Cloud Management Console Public API in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-kill-Talend-job-by-Using-the-Talend-Cloud-Management/m-p/2352049#M118495</link>
    <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;I think you have disabled the option 'Allow parallel run this task', if so, the task can't be run in parallel. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000kWf2BAAS.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145574i2773C9002E67F623/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000kWf2BAAS.png" alt="0695b00000kWf2BAAS.png" /&gt;&lt;/span&gt;If the task is scheduled to run every 5 minutes or task is triggered by plans,  and the previous execution isn't finished, you will get this error.  &lt;/P&gt;&lt;P&gt;To get the execution status, you can call this API to get all of the https://api.us.cloud.talend.com/processing/executables/tasks/{provide your task id }/executions&lt;/P&gt;&lt;P&gt;In the task page, you can find the task ID.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000kWf2uAAC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142604iA2EE8253D9A7994E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000kWf2uAAC.png" alt="0695b00000kWf2uAAC.png" /&gt;&lt;/span&gt;About API details, please see&lt;/P&gt;&lt;P&gt;https://api.talend.com/apis/processing/2021-03/#operation_get-task-executions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jul 2023 04:48:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-07-06T04:48:19Z</dc:date>
    <item>
      <title>How to kill Talend job by  Using the Talend Cloud Management Console Public API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-kill-Talend-job-by-Using-the-Talend-Cloud-Management/m-p/2352046#M118492</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i am trying to run the job in TMC i am getting Error as - &lt;/P&gt;&lt;P&gt;It's not allowed to run this task in parallel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000kWPYBAA4.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148931i70F5152BB65BFDC6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000kWPYBAA4.png" alt="0695b00000kWPYBAA4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But there the job is not running as per TMC console.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to check from backend or API is job running and if it is then how to kill it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;-Sanjeevini&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-kill-Talend-job-by-Using-the-Talend-Cloud-Management/m-p/2352046#M118492</guid>
      <dc:creator>sanjeevini</dc:creator>
      <dc:date>2024-11-15T21:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill Talend job by  Using the Talend Cloud Management Console Public API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-kill-Talend-job-by-Using-the-Talend-Cloud-Management/m-p/2352047#M118493</link>
      <description>&lt;P&gt;To kill a Talend job using the Talend Cloud Management Console Public API, you can use the &lt;/P&gt;&lt;P&gt;/executions/{id} endpoint. This endpoint takes the ID of the execution as a path parameter.&lt;/P&gt;&lt;P&gt;The request method for this endpoint is DELETE . To kill the execution, you would send a &lt;/P&gt;&lt;P&gt;DELETE request to this URL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The response will be a JSON object with the following properties:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;status: The status of the execution. This will be&amp;nbsp;EXECUTION_KILLED&amp;nbsp;if the execution as successfully killed.&lt;/LI&gt;&lt;LI&gt;message: A message indicating the success of the request.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;A href="https://www.marykayintouch.website/" alt="https://www.marykayintouch.website/" target="_blank"&gt;&amp;nbsp;&amp;nbsp;www.marykayintouch.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the execution could not be killed, the response will contain an error message.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 09:25:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-kill-Talend-job-by-Using-the-Talend-Cloud-Management/m-p/2352047#M118493</guid>
      <dc:creator>Rachel45</dc:creator>
      <dc:date>2023-07-05T09:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill Talend job by  Using the Talend Cloud Management Console Public API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-kill-Talend-job-by-Using-the-Talend-Cloud-Management/m-p/2352048#M118494</link>
      <description>&lt;P&gt;this job is scheduled to run every 5 mins and its status of the job from last 1 week is - It's not allowed to run this task in parallel. now which  execution id has to be choosed to kill???&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 11:25:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-kill-Talend-job-by-Using-the-Talend-Cloud-Management/m-p/2352048#M118494</guid>
      <dc:creator>sanjeevini</dc:creator>
      <dc:date>2023-07-05T11:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill Talend job by  Using the Talend Cloud Management Console Public API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-kill-Talend-job-by-Using-the-Talend-Cloud-Management/m-p/2352049#M118495</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;I think you have disabled the option 'Allow parallel run this task', if so, the task can't be run in parallel. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000kWf2BAAS.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145574i2773C9002E67F623/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000kWf2BAAS.png" alt="0695b00000kWf2BAAS.png" /&gt;&lt;/span&gt;If the task is scheduled to run every 5 minutes or task is triggered by plans,  and the previous execution isn't finished, you will get this error.  &lt;/P&gt;&lt;P&gt;To get the execution status, you can call this API to get all of the https://api.us.cloud.talend.com/processing/executables/tasks/{provide your task id }/executions&lt;/P&gt;&lt;P&gt;In the task page, you can find the task ID.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000kWf2uAAC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142604iA2EE8253D9A7994E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000kWf2uAAC.png" alt="0695b00000kWf2uAAC.png" /&gt;&lt;/span&gt;About API details, please see&lt;/P&gt;&lt;P&gt;https://api.talend.com/apis/processing/2021-03/#operation_get-task-executions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 04:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-kill-Talend-job-by-Using-the-Talend-Cloud-Management/m-p/2352049#M118495</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-06T04:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill Talend job by  Using the Talend Cloud Management Console Public API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-kill-Talend-job-by-Using-the-Talend-Cloud-Management/m-p/2352050#M118496</link>
      <description>&lt;P&gt;Hi Shong,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have checked the status of the task using APIs..&lt;/P&gt;&lt;P&gt;I am getting only two distinct status - execution_successful and deploy_failed. There is no "executing" status for which i can kill it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;-Sanjeevini&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 06:07:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-kill-Talend-job-by-Using-the-Talend-Cloud-Management/m-p/2352050#M118496</guid>
      <dc:creator>sanjeevini</dc:creator>
      <dc:date>2023-07-06T06:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill Talend job by  Using the Talend Cloud Management Console Public API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-kill-Talend-job-by-Using-the-Talend-Cloud-Management/m-p/2352051#M118497</link>
      <description>&lt;P&gt;Hi Sanjeevini, I have seen the same issues reported by others, they resolved it by copying the task and deleting the old one. This may not be a very long-term workaround. If you always have this issue, I suggest you to contact Talend Support, they will be able to hold a Zoom meeting with you and take a look at your config to see how best to resolve this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 07:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-kill-Talend-job-by-Using-the-Talend-Cloud-Management/m-p/2352051#M118497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-06T07:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill Talend job by  Using the Talend Cloud Management Console Public API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-kill-Talend-job-by-Using-the-Talend-Cloud-Management/m-p/2352052#M118498</link>
      <description>&lt;P&gt;Hi Shong,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes we also did same work around.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;-Sanjeevini&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 12:13:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-kill-Talend-job-by-Using-the-Talend-Cloud-Management/m-p/2352052#M118498</guid>
      <dc:creator>sanjeevini</dc:creator>
      <dc:date>2023-07-06T12:13:41Z</dc:date>
    </item>
  </channel>
</rss>

