<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									GridTaskWaitException: Time out (30000) waiting for Grid Task to be completed. - Developer Network Q&amp;A				            </title>
            <link>https://community.onenetwork.com/sdk-forum/gridtaskwaitexception-time-out-30000-waiting-for-grid-task-to-be-completed/</link>
            <description>BY Network Community Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 22 Jul 2026 05:09:27 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: GridTaskWaitException: Time out (30000) waiting for Grid Task to be completed.</title>
                        <link>https://community.onenetwork.com/sdk-forum/gridtaskwaitexception-time-out-30000-waiting-for-grid-task-to-be-completed/#post-11556</link>
                        <pubDate>Wed, 07 Aug 2024 17:22:01 +0000</pubDate>
                        <description><![CDATA[@isingh Thanks for the response. I checked with the developer and it&#039;s schedule-based. I also checked my dvce-app-config for my instance and I see this TaskPerformerConfig set already, so I ...]]></description>
                        <content:encoded><![CDATA[@isingh Thanks for the response. I checked with the developer and it's schedule-based. I also checked my dvce-app-config for my instance and I see this TaskPerformerConfig set already, so I believe the problem is that it runs, but it's taking longer than 30s.]]></content:encoded>
						                            <category domain="https://community.onenetwork.com/sdk-forum/">Developer Network Q&amp;A</category>                        <dc:creator>Sean Durkin</dc:creator>
                        <guid isPermaLink="true">https://community.onenetwork.com/sdk-forum/gridtaskwaitexception-time-out-30000-waiting-for-grid-task-to-be-completed/#post-11556</guid>
                    </item>
				                    <item>
                        <title>Answer to: GridTaskWaitException: Time out (30000) waiting for Grid Task to be completed.</title>
                        <link>https://community.onenetwork.com/sdk-forum/gridtaskwaitexception-time-out-30000-waiting-for-grid-task-to-be-completed/#post-11555</link>
                        <pubDate>Wed, 07 Aug 2024 17:09:14 +0000</pubDate>
                        <description><![CDATA[@sean-durkin is this a event based integration subscripton or schedule based? For event based subscription, we will need to add IntegrationSubscriptionTaskPerformer to the dvce-app-config.xm...]]></description>
                        <content:encoded><![CDATA[<p>@sean-durkin is this a event based integration subscripton or schedule based? For event based subscription, we will need to add IntegrationSubscriptionTaskPerformer to the dvce-app-config.xml </p>
<blockquote>
<p>&lt;TaskPerformerConfig&gt;<br />&lt;Type&gt;IntegrationSubscriptionTaskPerformer&lt;/Type&gt;<br />&lt;NumberOfThreads&gt;1&lt;/NumberOfThreads&gt;<br />&lt;TaskPerformerClassName&gt;com.transcendsys.platform.integ.subscription.IntegrationSubscriptionTaskPerformer&lt;/TaskPerformerClassName&gt;<br />&lt;/TaskPerformerConfig&gt;</p>
</blockquote>]]></content:encoded>
						                            <category domain="https://community.onenetwork.com/sdk-forum/">Developer Network Q&amp;A</category>                        <dc:creator>isingh</dc:creator>
                        <guid isPermaLink="true">https://community.onenetwork.com/sdk-forum/gridtaskwaitexception-time-out-30000-waiting-for-grid-task-to-be-completed/#post-11555</guid>
                    </item>
				                    <item>
                        <title>GridTaskWaitException: Time out (30000) waiting for Grid Task to be completed.</title>
                        <link>https://community.onenetwork.com/sdk-forum/gridtaskwaitexception-time-out-30000-waiting-for-grid-task-to-be-completed/#post-11553</link>
                        <pubDate>Tue, 06 Aug 2024 15:53:58 +0000</pubDate>
                        <description><![CDATA[A developer is seeing a GridTaskWaitException in the server log for an Integ Subscription:
08-06 10:48:24,840 ERROR (0.0.0-80-exec-9) &lt;11204,10444&gt;  Error r...]]></description>
                        <content:encoded><![CDATA[<p>A developer is seeing a GridTaskWaitException in the server log for an Integ Subscription:</p>
<pre contenteditable="false">08-06 10:48:24,840 ERROR (0.0.0-80-exec-9) &lt;11204,10444&gt;  Error running subscription - 10882
com.onenetwork.platform.grid.GridTaskWaitException: Time out (30000) waiting for Grid Task 1135699 to be completed.
        at com.transcendsys.platform.base.grid.dataaccess.GridTaskAccessorBean.await(GridTaskAccessorBean.java:424) ~
        at com.transcendsys.platform.base.grid.dataaccess.GridTaskAccessorLocal.await(GridTaskAccessorLocal.java:272) ~
        at com.transcendsys.platform.base.grid.dataaccess.GridTaskAccessorLocal$$FastClassBySpringCGLIB$$2753b34b.invoke(&lt;generated&gt;) ~
        at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~
        at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) ~
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~
        at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~
        at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) ~
        at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) ~
        at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) ~
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~
        at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~
        at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) ~
        at com.transcendsys.platform.base.grid.dataaccess.GridTaskAccessorLocal$$EnhancerBySpringCGLIB$$e7b839ed.await(&lt;generated&gt;) ~
        at com.transcendsys.platform.base.grid.GridServiceImpl.await(GridServiceImpl.java:41) ~
        at com.transcendsys.platform.integ.subscription.IntegrationSubscriptionHelper.runIntegSubs(IntegrationSubscriptionHelper.java:386) ~
        at com.transcendsys.platform.rest.subscription.IntegrationSubscriptionResource.runNow(IntegrationSubscriptionResource.java:559) ~
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~</pre>
<p>They already have an External Reference (ref type: "<span>Interface.MaxRuntime") </span>configured for the OB interface associated with the Integ Subscription set to 4 hours.</p>
<p>What else needs to be configured in the instance? They are using a binary build rather than a source build.</p>]]></content:encoded>
						                            <category domain="https://community.onenetwork.com/sdk-forum/">Developer Network Q&amp;A</category>                        <dc:creator>Sean Durkin</dc:creator>
                        <guid isPermaLink="true">https://community.onenetwork.com/sdk-forum/gridtaskwaitexception-time-out-30000-waiting-for-grid-task-to-be-completed/#post-11553</guid>
                    </item>
							        </channel>
        </rss>
		