Skip to content

Commit

Permalink
Merge pull request #1907 from datadryad/fix-reminders-log-files
Browse files Browse the repository at this point in the history
updated log file name
  • Loading branch information
ryscher authored Nov 5, 2024
2 parents 466f0cb + ec39f2b commit a1c2bdc
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 @@ -15,7 +15,7 @@ bundle exec rails identifiers:action_required_reminder RAILS_ENV=$1 >> /home/ec2
bundle exec rails dataset_deletion:in_action_required_reminders RAILS_ENV=$1 >> /home/ec2-user/deploy/shared/log/action_required_reminders.log 2>&1

# Peer review reminders - monthly after 6 months
bundle exec rails dataset_deletion:in_peer_review_reminders RAILS_ENV=$1 >> /home/ec2-user/deploy/shared/log/action_required_reminders.log 2>&1
bundle exec rails dataset_deletion:in_peer_review_reminders RAILS_ENV=$1 >> /home/ec2-user/deploy/shared/log/peer_review_reminders.log 2>&1

# Automatically withdraw dataset
bundle exec rails dataset_deletion:auto_withdraw RAILS_ENV=$1 >> /home/ec2-user/deploy/shared/log/automatic_dataset_widrawn.log 2>&1
Expand Down

0 comments on commit a1c2bdc

Please sign in to comment.