Skip to content

Commit

Permalink
Update ruby worker config notes for async (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmargolis authored Jul 21, 2021
1 parent 0156eab commit 58e9ef2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _articles/appdev-ruby-worker-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ instances.

To enable ruby workers in an environment:

1. Set **ruby_workers_enabled**: `'true'` in its [`application.yml`]({% link _articles/appdev-secrets-configuration.md %})
1. Update the env's [`application.yml`]({% link _articles/appdev-secrets-configuration.md %})
- Set **ruby_workers_enabled**: `'true'` (this enables async for resolution, address jobs)
- Set **doc_auth_enable_presigned_s3_urls**: `'true'` (this enables async for document proofig job)
2. Set terraform variables:
- Positive worker sizes to be positive integers [(example pull request)](https://github.com/18F/identity-devops-private/pull/1513/files):
- **asg_worker_min**: 2
Expand Down

0 comments on commit 58e9ef2

Please sign in to comment.