Skip to content

Commit

Permalink
small doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zandre-eng committed Nov 11, 2024
1 parent 217490d commit 0528be5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions changelog/0084-add-geospatial-queue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ update_steps: |
This update should be performed before updating CommCare to a version more recent than that specified above.
First, add a queue called `geospatial_queue` to your app_processes.yml,
following the examples in commcare-cloud commit a94636b1d.
following the examples in commcare-cloud commit [a94636b1d](https://github.com/dimagi/commcare-cloud/commit/a94636b1d).
To apply this change, run:
Then, to apply this change:
```
commcare-cloud <env> update-supervisor-confs
```
Please note that a restart is required for the change to take effect and can be done as part of the above command
or with a separately done deploy.
7 changes: 5 additions & 2 deletions docs/source/changelog/0084-add-geospatial-queue.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,13 @@ Microplanning feature.
This update should be performed before updating CommCare to a version more recent than that specified above.

First, add a queue called `geospatial_queue` to your app_processes.yml,
following the examples in commcare-cloud commit a94636b1d.
following the examples in commcare-cloud commit [a94636b1d](https://github.com/dimagi/commcare-cloud/commit/a94636b1d).

To apply this change, run:
Then, to apply this change:

```
commcare-cloud <env> update-supervisor-confs
```

Please note that a restart is required for the change to take effect and can be done as part of the above command
or with a separately done deploy.

0 comments on commit 0528be5

Please sign in to comment.