remove geospatial cron firing now that warngen geometries are pre-generated
This commit is contained in:
parent
47a69a149f
commit
c84990d571
2 changed files with 0 additions and 21 deletions
|
@ -42,8 +42,6 @@
|
|||
<camelContext id="geospatialDataGenerator-camel"
|
||||
xmlns="http://camel.apache.org/schema/spring"
|
||||
errorHandlerRef="errorHandler">
|
||||
<endpoint id="geospatialDataUpdaterCron"
|
||||
uri="clusteredquartz://warning/checkGeospatialData/?cron=${geospatial.updater.cron}" />
|
||||
|
||||
<!-- Generate once on context start -->
|
||||
<route id="geospatialDataGeneratorRoute">
|
||||
|
@ -51,19 +49,6 @@
|
|||
<bean ref="geospatialDataGenerator" method="generateUniqueGeospatialMetadataGeometries"/>
|
||||
</route>
|
||||
|
||||
<!-- check generate periodically -->
|
||||
<route id="geospatialDataUpdaterRoute">
|
||||
<from ref="geospatialDataUpdaterCron"/>
|
||||
<doTry>
|
||||
<bean ref="geospatialDataGenerator" method="generateUniqueGeospatialMetadataGeometries"/>
|
||||
<doCatch>
|
||||
<exception>java.lang.Throwable</exception>
|
||||
<to
|
||||
uri="log:geospatialDataUpdater?level=ERROR" />
|
||||
</doCatch>
|
||||
</doTry>
|
||||
</route>
|
||||
|
||||
<!-- Route to send geospatial data update notification -->
|
||||
<route id="geospatialUpdateNotify">
|
||||
<from uri="vm:edex.geospatialUpdateNotification" />
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
# Schedule for checking/updating warngen geometries
|
||||
geospatial.updater.cron=0+0+0/1+*+*+?
|
||||
|
||||
# Maximum number of threads to determine a site's features geometry.
|
||||
#geospatial.geometry.threads=5
|
||||
|
Loading…
Add table
Reference in a new issue