Skip to content

Commit

Permalink
Adjust mention of envrionment config in the readme
Browse files Browse the repository at this point in the history
Co-authored-by: Rosa Gutierrez <rosa.ge@gmail.com>
  • Loading branch information
neuged and rosa committed Feb 13, 2024
1 parent fedf9ff commit efbb307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ When receiving a `QUIT` signal, if workers still have jobs in-flight, these will
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.

### Other configuration settings
_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`
_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`

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

0 comments on commit efbb307

Please sign in to comment.