Skip to content

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

Merged
wteophilo merged 2 commits intomainfrom
dependabot/bundler/solid_queue-1.4.0
Apr 24, 2026
Merged

chore(deps): bump solid_queue from 1.3.2 to 1.4.0#59
wteophilo merged 2 commits intomainfrom
dependabot/bundler/solid_queue-1.4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 23, 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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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 23, 2026
@wteophilo wteophilo merged commit 6432e69 into main Apr 24, 2026
4 checks passed
@wteophilo wteophilo deleted the dependabot/bundler/solid_queue-1.4.0 branch April 24, 2026 21:42
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.

1 participant