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 @@ -196,7 +196,7 @@ Here is a noncomprehensive list of documentation:
196
196
- [ Delayed Job] ( https://github.com/collectiveidea/delayed_job#active-job )
197
197
- [ Que] ( https://github.com/que-rb/que#additional-rails-specific-setup )
198
198
- [ Good Job] ( https://github.com/bensheldon/good_job#readme )
199
- - [ Solid Queue] ( https://github.com/basecamp /solid_queue?tab=readme-ov-file#solid-queue )
199
+ - [ Solid Queue] ( https://github.com/rails /solid_queue?tab=readme-ov-file#solid-queue )
200
200
201
201
Queues
202
202
------
@@ -502,7 +502,7 @@ backend](#backends).
502
502
For example, Sidekiq has a ` push_bulk ` method, which can push a large number of
503
503
jobs to Redis and prevent the round trip network latency. GoodJob also supports
504
504
bulk enqueuing with the ` GoodJob::Bulk.enqueue ` method. The new queue backend
505
- [ ` Solid Queue ` ] ( https://github.com/basecamp /solid_queue/pull/93 ) has added
505
+ [ ` Solid Queue ` ] ( https://github.com/rails /solid_queue/pull/93 ) has added
506
506
support for bulk enqueuing as well.
507
507
508
508
If the queue backend does * not* support bulk enqueuing, ` perform_all_later ` will
You can’t perform that action at this time.
0 commit comments