Skip to content

Commit

Permalink
reinstate the retry process
Browse files Browse the repository at this point in the history
  • Loading branch information
ryscher committed Nov 19, 2024
1 parent 50f9d92 commit 7489dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron/daily.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bundle exec rails dataset_deletion:final_withdrawn_notification RAILS_ENV=$1 >>
bundle exec rails identifiers:publish_datasets RAILS_ENV=$1 >> /home/ec2-user/deploy/shared/log/publish_datasets.log 2>&1
bundle exec rails identifiers:doi_linking_invitation RAILS_ENV=$1 >> /home/ec2-user/deploy/shared/log/doi_linking_invitation.log 2>&1
bundle exec rails identifiers:update_missing_search_words RAILS_ENV=$1 >> /home/ec2-user/deploy/shared/log/update_search_words.log 2>&1
# bundle exec rails dev_ops:retry_zenodo_errors RAILS_ENV=$1 >> /home/ec2-user/deploy/shared/log/retry_zenodo_errors.log 2>&1
bundle exec rails dev_ops:retry_zenodo_errors RAILS_ENV=$1 >> /home/ec2-user/deploy/shared/log/retry_zenodo_errors.log 2>&1
bundle exec rails curation_stats:update_recent RAILS_ENV=$1 >> /home/ec2-user/deploy/shared/log/curation_stats.log 2>&1
bundle exec rails journal_email:clean_old_manuscripts RAILS_ENV=$1 >> /home/ec2-user/deploy/shared/log/manuscripts_clean.log 2>&1
#bundle exec rails compressed:update_contents RAILS_ENV=$1 >> /home/ec2-user/deploy/shared/log/compressed_contents.log 2>&1
Expand Down

0 comments on commit 7489dea

Please sign in to comment.