Skip to content

Commit

Permalink
Merge pull request #253 from Islandora-Devops/external-queue-name
Browse files Browse the repository at this point in the history
Rename incorrect queue name.
  • Loading branch information
alxp authored Jan 24, 2023
2 parents 9aa9c14 + 85f070f commit 40b90ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/internal/Islandora-Devops.alpaca/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ alpaca_fcrepo_media: queue:islandora-indexing-fcrepo-media

Indexing an external content resource:
```
alpaca_fcrepo_external: queue:islandora-indexing-fcrepo-external
alpaca_fcrepo_external: queue:islandora-indexing-fcrepo-file-external
```

Configure default and maximum concurrent processes (-1 to leave as default):
Expand Down
2 changes: 1 addition & 1 deletion roles/internal/Islandora-Devops.alpaca/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ alpaca_fcrepo_milliner_baseUrl: "{{ alpaca_milliner_base_url }}"
alpaca_fcrepo_node: queue:islandora-indexing-fcrepo-content
alpaca_fcrepo_node_delete: queue:islandora-indexing-fcrepo-delete
alpaca_fcrepo_media: queue:islandora-indexing-fcrepo-media
alpaca_fcrepo_external: queue:islandora-indexing-fcrepo-external
alpaca_fcrepo_external: queue:islandora-indexing-fcrepo-file-external
alpaca_fcrepo_concurrent_consumers: -1
alpaca_fcrepo_max_consumers: -1

Expand Down

0 comments on commit 40b90ff

Please sign in to comment.