⬆️ Bump solid_queue from 1.5.1 to 1.6.0 - #4715
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [solid_queue](https://github.com/rails/solid_queue) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/rails/solid_queue/releases) - [Commits](rails/solid_queue@v1.5.1...v1.6.0) --- updated-dependencies: - dependency-name: solid_queue dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/bundler/solid_queue-1.6.0
branch
from
August 4, 2026 17:03
d804e96 to
6e1f1ea
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps solid_queue from 1.5.1 to 1.6.0.
Release notes
Sourced from solid_queue's releases.
Commits
86f3d92Bump solid_queue to 1.6.02a479f6Document how to update dynamic recurring tasks7f59932Roll back transactions leaked by killed job threads in tests9c0d5d3Reorganize the execution pools under SolidQueue::Pool30b92caMove the fiber worker checks to Configuration6e27144Extract a base class for the execution pools08e6098Rescue only the code that runs with capacity reserved when posting000e8baReport errors escaping the execution future5270cc8Simplify worker initialization50468faStart the fiber pool's reactor lazily on first useNote
Medium Risk
Bumps the background job backend with internal execution-pool changes; default thread mode is unchanged, but job processing is infrastructure-critical so regression testing of workers and recurring jobs is worthwhile.
Overview
Updates only
Gemfile.lock:solid_queue1.5.1 → 1.6.0, plus transitive bumps (et-orbi,rbs,zeitwerk). No application or worker config changes.solid_queue 1.6.0 adds optional fiber-based job execution (Async +
fibersin worker YAML) and refactors execution pools; this app still runs the usual thread workers viasolid_queue:start/active_job.queue_adapter = :solid_queue, so behavior should match 1.5.1 unless you adopt fiber workers later.Reviewed by Cursor Bugbot for commit 6e1f1ea. Bugbot is set up for automated code reviews on this repo. Configure here.