Skip to content

Commit

Permalink
fix spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
aaperis committed Nov 9, 2023
1 parent 50090e9 commit 51aea0b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
Binary file added dictionary.dic
Binary file not shown.
3 changes: 3 additions & 0 deletions docs/dictionary/wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -226,3 +226,6 @@ yihkqimti
yml
PREFETCHCOUNT
SetAccessionID
backends
GetInboxPath
UpdateDatasetEvent
2 changes: 1 addition & 1 deletion docs/services/finalize.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ if `*_TYPE` is `S3` then the following variables are available:
- `*_PORT`: S3 connection port (default: `443`)
- `*_REGION`: S3 region (default: `us-east-1`)
- `*_CHUNKSIZE`: S3 chunk size for multipart uploads.
- `*_CACERT`: Certificate Authority (CA) certificate for the storage system, tjhis is only needed if the S3 server has a certificate signed by a private entity
- `*_CACERT`: Certificate Authority (CA) certificate for the storage system, this is only needed if the S3 server has a certificate signed by a private entity

and if `*_TYPE` is `POSIX`:

Expand Down
2 changes: 1 addition & 1 deletion docs/services/intercept.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ When running, intercept reads messages from the configured RabbitMQ queue (defau
For each message, these steps are taken:

1. The message type is read from the message `type` field.
1. If the message `type` is not known, an eror is logged and the message is Ack'ed.
1. If the message `type` is not known, an error is logged and the message is Ack'ed.
2. The correct queue for the message is decided based on message type.
3. The message is sent to the queue. This has no error handling as the resend-mechanism hasn't been finished.
4. The message is Ack'ed.
Expand Down
2 changes: 1 addition & 1 deletion docs/services/mapper.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ If this fails an error will be written to the logs.
- Mapper reads messages from one rabbitmq queue (default `mappings`).
- Mapper maps files to datasets in the database using the `MapFilesToDataset` function.
- Mapper retrieves the inbox filepath from the database for each file using the `GetInboxPath` function.
- Mapper sets the status of a dataset in the database usig the `UpdateDatasetEvent` function.
- Mapper sets the status of a dataset in the database using the `UpdateDatasetEvent` function.

0 comments on commit 51aea0b

Please sign in to comment.