Skip to content

Commit

Permalink
solid_queue is has transferred under rails [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamipo committed Mar 21, 2024
1 parent 1e4f12c commit 30e3738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/source/active_job_basics.md
Expand Up @@ -196,7 +196,7 @@ Here is a noncomprehensive list of documentation:
- [Delayed Job](https://github.com/collectiveidea/delayed_job#active-job)
- [Que](https://github.com/que-rb/que#additional-rails-specific-setup)
- [Good Job](https://github.com/bensheldon/good_job#readme)
- [Solid Queue](https://github.com/basecamp/solid_queue?tab=readme-ov-file#solid-queue)
- [Solid Queue](https://github.com/rails/solid_queue?tab=readme-ov-file#solid-queue)

Queues
------
Expand Down Expand Up @@ -502,7 +502,7 @@ backend](#backends).
For example, Sidekiq has a `push_bulk` method, which can push a large number of
jobs to Redis and prevent the round trip network latency. GoodJob also supports
bulk enqueuing with the `GoodJob::Bulk.enqueue` method. The new queue backend
[`Solid Queue`](https://github.com/basecamp/solid_queue/pull/93) has added
[`Solid Queue`](https://github.com/rails/solid_queue/pull/93) has added
support for bulk enqueuing as well.

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

0 comments on commit 30e3738

Please sign in to comment.