Skip to content

Commit

Permalink
Merge pull request #1337 from MITLibraries/etd-598-update-publication…
Browse files Browse the repository at this point in the history
…-docs

update publishing to use permormance-m dynos
  • Loading branch information
JPrevost authored Aug 2, 2024
2 parents fc5aedf + 84008fe commit 38aeb7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,10 +369,11 @@ Publication Review - Publish)

```shell
# scale the worker dyno to ensure we have enough memory
heroku ps:scale worker=1:standard-2x --app TARGET-HEROKU-APP
# as off Aug 2024 `performance-m` has been sufficient
heroku ps:scale worker=1:performance-m --app TARGET-HEROKU-APP

# run the output queue processing job
heroku run -s standard-2x rails dss:process_output_queue --app TARGET-HEROKU-APP
heroku run -s performance-m rails dss:process_output_queue --app TARGET-HEROKU-APP

# wait for all ETD emails to be received (the preservation email is the final one to look for)
# scale the worker back down so we do not pay for more CPU/memory than we need
Expand Down

0 comments on commit 38aeb7d

Please sign in to comment.