Skip to content

Instantly share code, notes, and snippets.

View ContrastingSounds's full-sized avatar

Jon Walls ContrastingSounds

View GitHub Profile
@ContrastingSounds
ContrastingSounds / EndStateUsageAndCharge.xml
Created January 29, 2018 18:47
Cloud Cruiser workbook for running bespoke monthly charging sql (line 49, EXEC [dbo].[sp_end_state_usage]), and then triggering charge step (line 71)
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:batch="http://www.springframework.org/schema/batch"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
http://www.springframework.org/schema/batch http://www.springframework.org/schema/batch/spring-batch-2.1.xsd">
<bean id="processInfo" class="com.cloudcruiser.batch.ProcessInfo">
<property name="processName" value="EndStateUsageAndCharge" />
<property name="usageTimeZone" value="Europe/London" />
</bean>