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

IAF_Util.ConfigurationCleanupDatabase.xml Maven / Gradle / Ivy

The newest version!
<module>
	<scheduler>
		<job
			name="cleanup Database"
			cronExpression="${cleanup.database.cron}"
			description="Cleanup the database (IbisLock and IbisStore)"
			function="cleanupDatabase"
			active="${cleanup.database.active}"
		>
			<locker
				objectId="CleanupDatabase"
				ignoreTableNotExist="true"
			/>
		</job>
	</scheduler>
</module>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy