All Downloads are FREE. Search and download functionalities are using the official Maven repository.

IAF_Util.ConfigurationCleanupDatabase.xml Maven / Gradle / Ivy

There is a newer version: 7.9.4
Show newest version
<module>
	<scheduler>
		<job
			name="cleanup Database"
			cronExpression="${cleanup.database.cron}"
			description="Cleanup the database (IbisLock and IbisStore)"
			function="cleanupDatabase"
		>
			<locker
				datasourceName="${jdbc.datasource.default}"
				objectId="CleanupDatabase"
				ignoreTableNotExist="true"
			/>
		</job>
	</scheduler>
</module>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy