diff --git a/SETUP/createdb-WEBOBSJOBS b/SETUP/createdb-WEBOBSJOBS index 765c6358..11ceac56 100755 --- a/SETUP/createdb-WEBOBSJOBS +++ b/SETUP/createdb-WEBOBSJOBS @@ -34,7 +34,7 @@ create table runs ( RCMSG text ); COMMIT; -INSERT INTO JOBS VALUES('cleanreq','Y','cleanreq','find \$WEBOBS{ROOT_OUTR} -mtime +30 -exec rm -rf {} \; || true','','',86400,1,'cleanreq',0); +INSERT INTO JOBS VALUES('cleanreq','Y','cleanreq','find \$WEBOBS{ROOT_OUTR} -name "*_*_*" -mtime +30 -exec rm -rf {} \; || true','','',86400,1,'cleanreq',0); INSERT INTO JOBS VALUES('cleantmp','Y','cleantmp','find \$WEBOBS{PATH_TMP_WEBOBS} -mtime +2 -exec rm -rf {} \; || true','','',86400,1,'cleantmp',0); INSERT INTO JOBS VALUES('locastat','Y','locastat','\$WEBOBS{JOB_MCC} locastat','','',3600,0.8,'locastat',0); INSERT INTO JOBS VALUES('gridmaps','Y','gridmaps','\$WEBOBS{JOB_MCC} gridmaps','','',3600,0.8,'gridmaps',0); diff --git a/release-notes.md b/release-notes.md index 4bb9af3b..c57894d9 100644 --- a/release-notes.md +++ b/release-notes.md @@ -23,6 +23,8 @@ Sections with `!!` prefix must be carefully read in case of upgrade. It usually 1. Fix an issue with meteo superproc (error when no data are available) +1. Fix a possible issue with proc requests when default cleanreq job is activated + ## v2.6.3 (September 2023) ### New features