Skip to content

Commit c4ecefb

Browse files
tannakartikeynamolnad
authored andcommitted
Spelling typo fix
Co-authored-by: Dan Loman <[email protected]>
1 parent 19988dd commit c4ecefb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ There are several settings that control how Solid Queue works that you can set a
171171
- `preserve_finished_jobs`: whether to keep finished jobs in the `solid_queue_jobs` table—defaults to `true`.
172172
- `clear_finished_jobs_after`: period to keep finished jobs around, in case `preserve_finished_jobs` is true—defaults to 1 day. **Note:** Right now, there's no automatic cleanup of finished jobs. You'd need to do this by periodically invoking `SolidQueue::Job.clear_finished_in_batches`, but this will happen automatically in the near future.
173173
- `default_concurrency_control_period`: the value to be used as the default for the `duration` parameter in [concurrency controls](#concurrency-controls). It defaults to 3 minutes.
174-
- `enqueue_after_transaction_commit`: it defines weather the job should be enqueued after `after_commit`. [Read more](https://github.com/rails/rails/pull/51426) about it.
174+
- `enqueue_after_transaction_commit`: it defines whether the job should be enqueued after `after_commit`. [Read more](https://github.com/rails/rails/pull/51426) about it.
175175

176176

177177
## Concurrency controls

0 commit comments

Comments
 (0)