Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Pause prod pipeline

  • Merge changes to master

  • Have revert PR available

  • After code is on stage:

    • Run these commands

      Code Block
      python manage.py lms reindex_course_team --all
      python manage.py cms reindex_course --all
  • Do testing in stage

    • Make sure to test teams.

  • If we feel confident with stage, unpause prod pipeline

  • Prevent prod/edge deploy from deploying - not added to ELB

    • Index data - prod/edge

    • This needs to be discovered and investigated - is it a checkbox? - Fred Smith (Deactivated)

      • Checkbox - switch deploy_ami step from ‘On Success’ to 'Manual'

      • Manually set up ASGs for

  • Diana Huang - schedule a 4 hour window for attempting to deploy

cs_comment_service

Example of running the catchup command with rake.

Code Block
sudo -HEu forum /bin/bash -c "source /edx/app/forum/forum_env; rake search:catchup[comments_20201014184547124,comment_threads_20201014184547124,22601]"