From 4f6fe0ecbd39c3163ccc2c9f9420a601de422c4d Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Thu, 18 Jul 2024 10:17:47 +0100 Subject: [PATCH] the media scraper is not wired in , but these changes put the stub in place should we do so --- configs/docker/run/launchAndRunDockerEWS.sh | 2 +- scripts/run_Scraper_Processor.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configs/docker/run/launchAndRunDockerEWS.sh b/configs/docker/run/launchAndRunDockerEWS.sh index 9cca8b7..dbc0866 100755 --- a/configs/docker/run/launchAndRunDockerEWS.sh +++ b/configs/docker/run/launchAndRunDockerEWS.sh @@ -75,7 +75,7 @@ elif [ "$component" = "Survey" ];then elif [ "$component" = "Advisory" ];then component_script="/storage/app/EWS_prod/code/coordinator/scripts/run_Advisory_Processor.sh" elif [ "$component" = "Scraper" ];then - component_script="/storage/app/EWS_prod/code/coordinator/scripts/run_Environment_Processor.sh" + component_script="/storage/app/EWS_prod/code/coordinator/scripts/run_Scraper_Processor.sh" elif [ "$component" = "Epidemiology" ];then component_script="/storage/app/EWS_prod/code/coordinator/scripts/run_Epidemiology_Processor.sh" elif [ "$component" = "MetResample" ];then diff --git a/scripts/run_Scraper_Processor.sh b/scripts/run_Scraper_Processor.sh index 15de91b..971c17d 100755 --- a/scripts/run_Scraper_Processor.sh +++ b/scripts/run_Scraper_Processor.sh @@ -7,7 +7,8 @@ source "${proc_path}"/run_utils.sh setup_virtual_env -python "${proc_path}"/../ews/coordinator/processor_scraper.py "$@" +#python "${proc_path}"/../ews/coordinator/processor_scraper.py "$@" +echo "WE HAVE NOT WIRED IN THE PROCESSOR DO IT HERE IF YOU WANT TO RUN IT!" exit_code=$? teardown_virtual_env -- GitLab