Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

Commit 5eca8b5

Browse files
authored
Merge pull request #1044 from dmlond/DDS-872_post_deployment_notes
markdown fix
2 parents fa60867 + 9d0e9c7 commit 5eca8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api_design/DDS-872-eventual_consistency_status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Add notes about performance, scalability, throughput, etc. here. These can infor
8080
#### Deployment
8181

8282
Environment Variable | Default | Description
83-
--- | ---
83+
--- | --- | ---
8484
**ACTIVE_JOB_QUEUE_ADAPTER** | sneakers | this sets how activejob runs jobs. Jobs can be `inline` (jobs run immediately instead of in the background), or `sneakers` (jobs run in the background using rabbitmq)
8585
**CLOUDAMQP_URL** | | this is the base url to the rabbitmq server. For heroku managed applications, this is set automatically when you provision the Cloud AMQP service. You can change this to point to another rabbitmq server. This is set in rabbitmq.client.env for the local docker-compose managed instance.
8686
**WORKERS_ALL_RUN_EXCEPT** | | comma-separated list of workers that are not meant to run. This is used by the `rake workers:all:run` task.

0 commit comments

Comments
 (0)