build(deps): bump solid_queue from 1.6.0 to 1.7.0 - #84
Conversation
Bumps [solid_queue](https://github.com/rails/solid_queue) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/rails/solid_queue/releases) - [Commits](rails/solid_queue@v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: solid_queue dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Lockfile 1.6.0 → 1.7.0 is the right Dependabot shape (Gemfile is an unpinned gem "solid_queue"). Do not treat this PR as the full upgrade.
v1.7.0 adds job batches. The schema is not in this repo:
db/queue_schema.rbhas nosolid_queue_jobs.batch_id, nosolid_queue_batches, nosolid_queue_batch_executions.- There is no
db/queue_migrate/(production queue DB usesmigrations_paths: db/queue_migrate). - The app does not call
SolidQueue::Batch. RecurringSolidQueue::Job.clear_finished_in_batchesis finished-job cleanup, unrelated.queue.ymlbatch_sizeis dispatcher chunk size, also unrelated.
Runtime without the migration: existing jobs keep running. Batch.enqueue raises PendingMigrations. Dispatcher batch_maintenance is on by default but no-ops via Batch.migrated? and only deprecates; production silences deprecations. Kamal / SOLID_QUEUE_IN_PUMA / recurring.yml will not break if this lockfile lands alone.
It is still unfinished. 2.0 will require the schema. Follow-up (do not push onto this Dependabot branch):
bin/rails solid_queue:update— copiesAddBatchesToSolidQueueintodb/queue_migrate(generator default--database queue). Notsolid_queue:install:migrations.bin/rails db:migrate(production queue DB; docker-entrypointdb:preparewill do this on deploy).- Update
db/queue_schema.rbto match — required for empty queue DBs and for dev/test, which load that file vialib/tasks/solid_schemas.rake. Changing the dump without aqueue_migratefile does nothing to an existing production queue DB.
Optional later: recurring.yml entry for SolidQueue::Batch.clear_finished_in_batches once you actually enqueue batches.
Rebase after #83; this lockfile collides on the same incidental gem checksums.
Bumps solid_queue from 1.6.0 to 1.7.0.
Release notes
Sourced from solid_queue's releases.
Commits
e2b5384Bump solid_queue to 1.7.05352228Reset pooled connections when flipping the batches schema in tests112bb1cRefine batch support after a full review1bcac83Add batch supportfcb5f7aName the supervisor's stop checkpoint and simplify its lifecycle124176aHonour TERM received during supervisor boot before forking workers174cb07Protect the shutdown reap from release failures too0526401Replace terminated forks even if releasing their claimed jobs fails6816e52Include the error in fail_many_claimed events and document recoveryfc5fb59Wait longer for the supervisor to fail the killed worker's jobDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)