<?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 OneAgent plugin extensions gets timeout if plugin implementation uses Python's multiprocessing.process lib in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/OneAgent-plugin-extensions-gets-timeout-if-plugin-implementation/m-p/218927#M3251</link>
    <description>&lt;P&gt;Hello ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have seen weird behavior where if plugin implementation includes flow where it expects to execute piece of code in 'multiprocessing.process()' flow then somehow plugin flow gets blocked (but same implementation (class) works fine if we test outside oneagent extension runtime.&lt;/P&gt;
&lt;P&gt;any idea what could be reason? does oneagent has constraint on execution of plugin in parallel or outside its process?&lt;/P&gt;
&lt;P&gt;Thanks in advance. Kapil&lt;/P&gt;</description>
    <pubDate>Tue, 12 Dec 2023 15:15:15 GMT</pubDate>
    <dc:creator>kapilv</dc:creator>
    <dc:date>2023-12-12T15:15:15Z</dc:date>
    <item>
      <title>OneAgent plugin extensions gets timeout if plugin implementation uses Python's multiprocessing.process lib</title>
      <link>https://community.dynatrace.com/t5/Extensions/OneAgent-plugin-extensions-gets-timeout-if-plugin-implementation/m-p/218927#M3251</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have seen weird behavior where if plugin implementation includes flow where it expects to execute piece of code in 'multiprocessing.process()' flow then somehow plugin flow gets blocked (but same implementation (class) works fine if we test outside oneagent extension runtime.&lt;/P&gt;
&lt;P&gt;any idea what could be reason? does oneagent has constraint on execution of plugin in parallel or outside its process?&lt;/P&gt;
&lt;P&gt;Thanks in advance. Kapil&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 15:15:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/OneAgent-plugin-extensions-gets-timeout-if-plugin-implementation/m-p/218927#M3251</guid>
      <dc:creator>kapilv</dc:creator>
      <dc:date>2023-12-12T15:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: OneAgent plugin extensions gets timeout if plugin implementation uses Python's multiprocessing.process lib</title>
      <link>https://community.dynatrace.com/t5/Extensions/OneAgent-plugin-extensions-gets-timeout-if-plugin-implementation/m-p/231635#M3768</link>
      <description>&lt;P&gt;The plugin thread and all child threads spawned by it needs to be finished within 1 minute. If you spawn additional threads, make sure that you close them within this period.&lt;/P&gt;
&lt;P&gt;This will be changed in Python in Extension Framework 2.0, as threads can run as long as you like.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 15:46:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/OneAgent-plugin-extensions-gets-timeout-if-plugin-implementation/m-p/231635#M3768</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2023-12-12T15:46:48Z</dc:date>
    </item>
  </channel>
</rss>

