diff --git a/_articles/appdev-ruby-worker-jobs.md b/_articles/appdev-ruby-worker-jobs.md index e22461b6..5d8dd467 100644 --- a/_articles/appdev-ruby-worker-jobs.md +++ b/_articles/appdev-ruby-worker-jobs.md @@ -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