Atomia Billing Server

Atomia Billing Ticker Service configuration

40 views 0

Overview

The configuration for the Atomia Billing Ticker Service is placed into the Atomia.Billing.Core.TickerService.Properties.Settings section of the applicationSettings configuration section group. Here is a complete list of configuration properties:

  • TickerPeriod – interval (in millisecond) for triggering heart beat of the Atomia Billing API.

Configuration example

Here is an example of a Atomia.Billing.Core.TickerService.Properties.Settings section for the Atomia Billing Ticker Service which sets the TickerPeriod to 60 seconds:

<Atomia.Billing.Core.TickerService.Properties.Settings>
 <setting name="TickerPeriod" serializeAs="String">
   <value>60000</value>
 </setting>
</Atomia.Billing.Core.TickerService.Properties.Settings>

Was this helpful?