Skip to content

Commit

Permalink
webadmin: wait untill billing cell is ready
Browse files Browse the repository at this point in the history
StandardBillingService should wait untill billing cell is ready

Ticket: #7981
Acked-by: Paul Millar
Acked-by: Albert Rossi
Target: 2.6, 2.7, master
Require-book: no
Require-notes: no
  • Loading branch information
kofemann committed Sep 16, 2013
1 parent 6e50db0 commit e3fbc3a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
<bean id="BillingCellStub" class="org.dcache.cells.CellStub">
<property name="cellEndpoint" ref="serviceCellEndpoint"/>
<property name="destination" ref="billingCellPath"/>
<property name="retryOnNoRouteToCell" value="true"/>
<property name="timeout" value="60000"/>
</bean>

Expand Down

0 comments on commit e3fbc3a

Please sign in to comment.