Skip to content

Commit 30e3738

Browse files
committed
solid_queue is has transferred under rails [ci skip]
1 parent 1e4f12c commit 30e3738

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/source/active_job_basics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Here is a noncomprehensive list of documentation:
196196
- [Delayed Job](https://github.com/collectiveidea/delayed_job#active-job)
197197
- [Que](https://github.com/que-rb/que#additional-rails-specific-setup)
198198
- [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)
200200

201201
Queues
202202
------
@@ -502,7 +502,7 @@ backend](#backends).
502502
For example, Sidekiq has a `push_bulk` method, which can push a large number of
503503
jobs to Redis and prevent the round trip network latency. GoodJob also supports
504504
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
506506
support for bulk enqueuing as well.
507507

508508
If the queue backend does *not* support bulk enqueuing, `perform_all_later` will

0 commit comments

Comments
 (0)