Removed the purging mechanisms from the ancillary machines where postgres isn't running so the main EDEX will be forced to purge the processed data
This commit is contained in:
parent
d380c96c5c
commit
66d61588f0
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
||||||
<exclude>ohd-common-database.xml</exclude>
|
<exclude>ohd-common-database.xml</exclude>
|
||||||
<exclude>satpre-spring.xml</exclude>
|
<exclude>satpre-spring.xml</exclude>
|
||||||
<exclude>ncgrib-file-endpoint.xml</exclude>
|
<exclude>ncgrib-file-endpoint.xml</exclude>
|
||||||
|
<exclude>text-subscription.*</exclude>
|
||||||
</mode>
|
</mode>
|
||||||
|
|
||||||
<mode name="ingestGrib">
|
<mode name="ingestGrib">
|
||||||
|
@ -69,12 +70,14 @@
|
||||||
<includeMode>goesrExclude</includeMode>
|
<includeMode>goesrExclude</includeMode>
|
||||||
<exclude>.*(airmet|atcf|aww|convsigmet|gfe|grid|hydro|intlsigmet|modis|ncpafm|ncuair|profiler|netcdf-grid).*</exclude>
|
<exclude>.*(airmet|atcf|aww|convsigmet|gfe|grid|hydro|intlsigmet|modis|ncpafm|ncuair|profiler|netcdf-grid).*</exclude>
|
||||||
<exclude>.*(nonconvsigmet|satellite|sgwh|ssha|stats|stormtrack|textlightning_ep|useradmin|wcp).*</exclude>
|
<exclude>.*(nonconvsigmet|satellite|sgwh|ssha|stats|stormtrack|textlightning_ep|useradmin|wcp).*</exclude>
|
||||||
|
<exclude>purge.*</exclude>
|
||||||
</mode>
|
</mode>
|
||||||
|
|
||||||
<mode name="ingestGoesR">
|
<mode name="ingestGoesR">
|
||||||
<includeMode>ingest</includeMode>
|
<includeMode>ingest</includeMode>
|
||||||
<includeMode>pluginExclude</includeMode>
|
<includeMode>pluginExclude</includeMode>
|
||||||
<includeMode>radarExclude</includeMode>
|
<includeMode>radarExclude</includeMode>
|
||||||
|
<exclude>purge.*</exclude>
|
||||||
</mode>
|
</mode>
|
||||||
|
|
||||||
<mode name="ingestGrids">
|
<mode name="ingestGrids">
|
||||||
|
@ -82,6 +85,7 @@
|
||||||
<includeMode>pluginModelSoundingExclude</includeMode>
|
<includeMode>pluginModelSoundingExclude</includeMode>
|
||||||
<includeMode>radarExclude</includeMode>
|
<includeMode>radarExclude</includeMode>
|
||||||
<includeMode>goesrExclude</includeMode>
|
<includeMode>goesrExclude</includeMode>
|
||||||
|
<exclude>purge.*</exclude>
|
||||||
</mode>
|
</mode>
|
||||||
|
|
||||||
<mode name="pluginExclude">
|
<mode name="pluginExclude">
|
||||||
|
|
Loading…
Add table
Reference in a new issue