Update dependency solid_queue to v1.6.0 #62
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/solid_queue-1.x-lockfile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.4.0→1.6.0Release Notes
rails/solid_queue (solid_queue)
v1.6.0: - fiber execution mode (with Async)Compare Source
A long-awaited feature thanks to @crmne on this release: instead of using a thread pool to run jobs in multiple threads per works, you can now use fibers on a single fiber reactor thread. To use this, you just need to specify the number of fibers instead of the number of threads in your worker configuration, like this:
It uses Async under the hood, so you need to have that as a dependency for it to work. Also, you need to be using fiber isolation in Rails (
config.active_support.isolation_level`` = :fiber).This can be very useful for I/O-bound workloads, such as those involving LLM calls.
What's Changed
New Contributors
Full Changelog: https://github.com/rails/solid_queue/compare/v1.5.1...v1.6.0
v1.5.1Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/rails/solid_queue/compare/v1.5.0...v1.5.1
v1.5.0Compare Source
Lots of bugfixes in this one, thanks to a bunch of new contributors!
Notable changes in this release:
DISTINCTqueries used for polling with not specific queue names in PostgreSQLbin/job checkto validate configurationWhat's Changed
keyargument forlimits_concurrencyby @G-Rath in #749New Contributors
Full Changelog: https://github.com/rails/solid_queue/compare/v1.4.0...v1.5.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.
6b2b1b4927ee2d5125feUpdate dependency solid_queue to v1.5.0to Update dependency solid_queue to v1.5.1ee2d5125fedc9d1edae3Update dependency solid_queue to v1.5.1to Update dependency solid_queue to v1.6.0View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.