Skip to content

Commit 0a622a2

Browse files
authored
Merge pull request #72 from hotwax/shopify-orders
Increasing timeout to 30 min for now as we might encounter a bit large files to process.
2 parents c1557d9 + da9e4b1 commit 0a622a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service/co/hotwax/shopify/system/ShopifySystemMessageServices.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ under the License.
405405
in-map="[systemMessageId:bulkOperationList[0].systemMessageId]" out-map="context"/>
406406
</actions>
407407
</service>
408-
<service verb="consume" noun="SyncedRefundsFeed" authenticate="anonymous-all">
408+
<service verb="consume" noun="SyncedRefundsFeed" authenticate="anonymous-all" transaction-timeout="1800">
409409
<description>
410410
Consume Synced Refunds Feed JSON System Message, get return reasons from shopify for each refund and send return reason feed to SFTP.
411411
</description>
@@ -537,7 +537,7 @@ under the License.
537537
out-map="queueSystemMessageOut" ignore-error="true" transaction="force-new"/>
538538
</actions>
539539
</service>
540-
<service verb="generate" noun="OrderMetafieldsFeed" authenticate="anonymous-all">
540+
<service verb="generate" noun="OrderMetafieldsFeed" authenticate="anonymous-all" transaction-timeout="1800">
541541
<description>Generate order metafields json feed for the give orderIds feed, send to SFTP if configured.</description>
542542
<implements service="org.moqui.impl.SystemMessageServices.send#SystemMessage"/>
543543
<actions>

0 commit comments

Comments
 (0)