Skip to content

Commit

Permalink
Added the timeout to the load#DateDayDimension service
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Aug 6, 2024
1 parent e13eb83 commit 9c408d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/co/hotwax/bi/DimensionServices.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/service-definition-3.xsd">
<!-- <service verb="load" type="script" noun="DateDimension" location="component://bi/src/loadDateDimension.groovy">-->
<service verb="load" noun="DateDayDimension">
<service verb="load" noun="DateDayDimension" transaction-timeout="300">
<in-parameters>
<parameter name="fromDate" type="Timestamp" format="yyyy-MM-dd" required="true">
<description>From date to generate the date dimension</description>
Expand Down Expand Up @@ -65,4 +65,4 @@
<return type="success" message="Date dimension entity loading is completed fromDate: ${fromDate}, thruDate: ${thruDate}" />
</actions>
</service>
</services>
</services>

0 comments on commit 9c408d9

Please sign in to comment.