Skip to content

Commit

Permalink
Merge pull request #1726 from edx/nmoy/user_retirement_jobs_path
Browse files Browse the repository at this point in the history
fix: update seed job path
  • Loading branch information
ohnickmoy authored Feb 28, 2024
2 parents 9fd5f67 + 2c19c3e commit 4c38541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/resources/user-retirement-archiver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if [[ ! -v END_DATE ]]; then
fi

# Call the script to read the retirement statuses from the LMS, send them to S3, and delete them from the LMS.
python scripts/retirement_archive_and_cleanup.py \
python scripts/user_retirement/retirement_archive_and_cleanup.py \
--config_file=$TEMP_CONFIG_YAML \
--cool_off_days=$COOL_OFF_DAYS \
--batch_size=$BATCH_SIZE \
Expand Down

0 comments on commit 4c38541

Please sign in to comment.