Skip to content

chore(deps): bump solid_queue from 1.3.2 to 1.4.0#629

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/solid_queue-1.4.0
Open

chore(deps): bump solid_queue from 1.3.2 to 1.4.0#629
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/solid_queue-1.4.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2026

Bumps solid_queue from 1.3.2 to 1.4.0.

Release notes

Sourced from solid_queue's releases.

v1.4.0

This release includes support for recurring dynamic tasks. Enable by setting this in your queue.yml configuration:

scheduler: 
  dynamic_tasks_enabled: true
  polling_interval: 1 # optional. Interval in seconds to poll for new recurring tasks. Defaults to 5

And then, schedule recurring tasks dynamically as:

SolidQueue.schedule_recurring_task(
  "my_dynamic_task",
  class: "MyJob",
  args: [1, 2],
  schedule: "every 10 minutes"
)

This accepts the same options as the YAML configuration: class, args, command, schedule, queue, priority, and description.

Learn more about this in the README.

What's Changed

New Contributors

Full Changelog: rails/solid_queue@v1.3.2...v1.4.0

Commits
  • 176721e Bump solid_queue to 1.4.0
  • 3df3de3 Merge pull request #553 from cupatea/feature/dynamic_recurring_tasks
  • 2f142ed docs: improve grammar a little
  • 50defe2 Avoid unintended FOR UPDATE query execution.
  • 3b490ad Merge right value of static correctly
  • 7ded710 Avoid extra queries for dynamic tasks for process metadata and procline
  • b4f7c99 Clean a bit top-level SolidQueue methods to manage dynamic tasks
  • 3d36ca4 Simplify recurring schedule with respect to dynamic task reloading
  • b012535 Refactor scheduler loop and add missing tests
  • f7e39b5 Read static from options in from_configuration and rename to dynamic_tasks_en...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [solid_queue](https://github.com/rails/solid_queue) from 1.3.2 to 1.4.0.
- [Release notes](https://github.com/rails/solid_queue/releases)
- [Commits](rails/solid_queue@v1.3.2...v1.4.0)

---
updated-dependencies:
- dependency-name: solid_queue
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Mar 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants