Skip to content

Commit efbb307

Browse files
neugedrosa
andcommitted
Adjust mention of envrionment config in the readme
Co-authored-by: Rosa Gutierrez <[email protected]>
1 parent fedf9ff commit efbb307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ When receiving a `QUIT` signal, if workers still have jobs in-flight, these will
142142
If processes have no chance of cleaning up before exiting (e.g. if someone pulls a cable somewhere), in-flight jobs might remain claimed by the processes executing them. Processes send heartbeats, and the supervisor checks and prunes processes with expired heartbeats, which will release any claimed jobs back to their queues. You can configure both the frequency of heartbeats and the threshold to consider a process dead. See the section below for this.
143143

144144
### Other configuration settings
145-
_Note_: The settings in this section should be set in your `config/application.rb` or one of the `config/environments` like this: `config.solid_queue.silence_polling = true`
145+
_Note_: The settings in this section should be set in your `config/application.rb` or your environment config like this: `config.solid_queue.silence_polling = true`
146146

147147
There are several settings that control how Solid Queue works that you can set as well:
148148
- `logger`: the logger you want Solid Queue to use. Defaults to the app logger.

0 commit comments

Comments
 (0)