Skip to content

Commit

Permalink
Fixed whitespace issue which caused the last 4 points to render as 8 …
Browse files Browse the repository at this point in the history
…- 10.
  • Loading branch information
joshbaskaran committed Nov 29, 2023
1 parent 9e466d4 commit 938e2e3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/services/verify.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ If this fails an error will be written to the logs.
If this fails an error will be written to the logs.
7. If the `re_verify` boolean is not set in the RabbitMQ message, the message processing ends here, and continues with the next message.
Otherwise the processing continues with verification:
1. A verification message is created, and validated against the `ingestion-accession-request` schema.
If this fails an error will be written to the logs.
2. The file is marked as *verified* in the database (*COMPLETED* if you are using database schema <= `3`).
If this fails an error will be written to the logs.
3. The verification message created in step 7.1 is sent to the `verified` queue.
If this fails an error will be written to the logs.
4. The original RabbitMQ message is ACKed.
If this fails an error is written to the logs, but processing continues to the next step.
1. A verification message is created, and validated against the `ingestion-accession-request` schema.
If this fails an error will be written to the logs.
2. The file is marked as *verified* in the database (*COMPLETED* if you are using database schema <= `3`).
If this fails an error will be written to the logs.
3. The verification message created in step 7.1 is sent to the `verified` queue.
If this fails an error will be written to the logs.
4. The original RabbitMQ message is ACKed.
If this fails an error is written to the logs, but processing continues to the next step.

## Communication

Expand Down

0 comments on commit 938e2e3

Please sign in to comment.