Skip to content

Commit f0ea968

Browse files
joelzwarringtonGnirt
authored andcommitted
Fix typo
Co-authored-by: Philippe Tring <[email protected]>
1 parent a2e2e43 commit f0ea968

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
@@ -428,7 +428,7 @@ In the case of recurring tasks, if such error is raised when enqueuing the job c
428428

429429
## Concurrency controls
430430

431-
Solid Queue extends Active Job with concurrency controls, that allows you to limit how many jobs of a certain type or with certain arguments can run at the same time. When limited in this way, jobs will be blocked from running, and they'll stay blocked until another job finishes and unblocks them, or after the set expiry time (concurrency limit's _duration_) elapses. Jobs can can be configured to either be discarded or blocked.
431+
Solid Queue extends Active Job with concurrency controls, that allows you to limit how many jobs of a certain type or with certain arguments can run at the same time. When limited in this way, jobs will be blocked from running, and they'll stay blocked until another job finishes and unblocks them, or after the set expiry time (concurrency limit's _duration_) elapses. Jobs can be configured to either be discarded or blocked.
432432

433433
```ruby
434434
class MyJob < ApplicationJob

0 commit comments

Comments
 (0)