FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 4f6fe0ec authored by L. Bower's avatar L. Bower
Browse files

the media scraper is not wired in , but these changes put the stub in place should we do so

parent f33fae1a
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ elif [ "$component" = "Survey" ];then ...@@ -75,7 +75,7 @@ elif [ "$component" = "Survey" ];then
elif [ "$component" = "Advisory" ];then elif [ "$component" = "Advisory" ];then
component_script="/storage/app/EWS_prod/code/coordinator/scripts/run_Advisory_Processor.sh" component_script="/storage/app/EWS_prod/code/coordinator/scripts/run_Advisory_Processor.sh"
elif [ "$component" = "Scraper" ];then 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 elif [ "$component" = "Epidemiology" ];then
component_script="/storage/app/EWS_prod/code/coordinator/scripts/run_Epidemiology_Processor.sh" component_script="/storage/app/EWS_prod/code/coordinator/scripts/run_Epidemiology_Processor.sh"
elif [ "$component" = "MetResample" ];then elif [ "$component" = "MetResample" ];then
......
...@@ -7,7 +7,8 @@ source "${proc_path}"/run_utils.sh ...@@ -7,7 +7,8 @@ source "${proc_path}"/run_utils.sh
setup_virtual_env 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=$? exit_code=$?
teardown_virtual_env teardown_virtual_env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment