From 3469ceecc473fd3043de198c0b0d187848fe4bee Mon Sep 17 00:00:00 2001 From: Jeremy Prevost Date: Wed, 1 May 2024 12:57:26 -0400 Subject: [PATCH] Add additional context to a note about `pending publication` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index beae3a1b..ffcd5604 100644 --- a/README.md +++ b/README.md @@ -390,7 +390,7 @@ task: heroku run -s standard-2x rails dss:publish_thesis_by_id[THESIS_ID] --app TARGET-HEROKU-APP ``` -Note: `Pending publication` is allowed here, but not expected to be a normal occurence, to handle the edge case of the app thinking data was sent to SQS but the data not arriving for any reason. +Warning: `Pending publication` is allowed here, but not expected to be a normal occurence, to handle the edge case of the app thinking data was sent to SQS but the data not arriving for any reason. It is possible to send multiple copies of a single thesis to the publishing queue with this feature. Please be sure the SQS queues are fully processed and that you are absolutely confident that sending a `Pending publication` status thesis back into the publishing queue is appropriate. Failure to use care could lead to a single thesis being published more than once, which is bad. This is only a concern specifically for the `Pending publication` and `Publication review` statuses as no other statuses can be sent to the queue with this method. ## Preservation workflow