Skip to content

Commit

Permalink
adding a new entry for Ian's checking script
Browse files Browse the repository at this point in the history
  • Loading branch information
sweng66 committed Dec 17, 2024
1 parent 2d4b564 commit 115af43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crontab
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ BASH_ENV=/container.env
0 6 * * * python3 /usr/src/app/agr_literature_service/lit_processing/data_ingest/pubmed_ingest/pubmed_search_new_references.py > /var/log/automated_scripts/pubmed_search_new_references.log 2>&1
0 1 * * * python3 /usr/src/app/agr_literature_service/lit_processing/data_ingest/interaction/load_interaction_papers.py > /var/log/automated_scripts/load_interaction_papers.log 2>&1
0 11 * * 6 python3 /usr/src/app/agr_literature_service/lit_processing/data_ingest/pubmed_ingest/pubmed_update_references_all_mods.py > /var/log/automated_scripts/pubmed_update_references_all_mods.log 2>&1
0 7 * * 6 [ "${ENV_STATE}" = "prod" ] && python3 /usr/src/app/agr_literature_service/lit_processing/data_check/check_wft_in_progress.py > /var/log/automated_scripts/check_wft_in_progress.log 2>&1
# 0 9 * * 7 python3 /usr/src/app/agr_literature_service/lit_processing/data_ingest/dqm_ingest/load_dqm_resource.py > /var/log/automated_scripts/load_dqm_resource.log 2>&1
0 8 * * * python3 /usr/src/app/agr_literature_service/lit_processing/data_ingest/dqm_ingest/sort_dqm_json_reference_updates.py > /var/log/automated_scripts/sort_dqm_json_reference_updates.log 2>&1
0 15 * * 7 python3 /usr/src/app/agr_literature_service/lit_processing/data_ingest/pubmed_ingest/pubmed_download_pmc_files.py > /var/log/automated_scripts/download_pmc_files.log 2>&1
Expand Down

0 comments on commit 115af43

Please sign in to comment.