File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ outstanding jobs are lost with the default async backend. This can be fine for
145
145
smaller apps or non-critical jobs in development.
146
146
147
147
However, if you use Solid Queue instead, you can configure it in the same way as
148
- in the production environment:
148
+ in the development environment:
149
149
150
150
``` ruby
151
151
# config/environments/development.rb
@@ -154,7 +154,7 @@ config.solid_queue.connects_to = { database: { writing: :queue } }
154
154
```
155
155
156
156
which sets the ` :solid_queue ` adapter as the default for Active Job in the
157
- production environment, and connects to the ` queue ` database for writing.
157
+ development environment, and connects to the ` queue ` database for writing.
158
158
159
159
Thereafter, you'd add ` queue ` to the development database configuration:
160
160
You can’t perform that action at this time.
0 commit comments