Skip to content

Bump solid_queue from 1.3.1 to 1.4.0 - #26

Merged
3kh0 merged 1 commit into
mainfrom
dependabot/bundler/solid_queue-1.4.0
Apr 23, 2026
Merged

Bump solid_queue from 1.3.1 to 1.4.0#26
3kh0 merged 1 commit into
mainfrom
dependabot/bundler/solid_queue-1.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 27, 2026

Copy link
Copy Markdown
Contributor

Bumps solid_queue from 1.3.1 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

v1.3.2

What's Changed

New Contributors

... (truncated)

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 dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Mar 27, 2026
@vercel

vercel Bot commented Mar 27, 2026

Copy link
Copy Markdown

Unable to deploy a commit from a private repository on your GitHub organization to the Krishna Mohan Meda's projects team on Vercel, which is currently on the Hobby plan. In order to deploy, you can:

  • Make your repository public or
  • Upgrade to Pro. A Pro subscription is required to deploy from a private organization repository.

To read more about collaboration on Vercel, click here.

@dependabot dependabot Bot added the ruby Pull requests that update ruby code label Mar 27, 2026
@3kh0

3kh0 commented Apr 23, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/bundler/solid_queue-1.4.0 branch from e812e17 to e4be5d1 Compare April 23, 2026 16:41
Bumps [solid_queue](https://github.com/rails/solid_queue) from 1.3.1 to 1.4.0.
- [Release notes](https://github.com/rails/solid_queue/releases)
- [Commits](rails/solid_queue@v1.3.1...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 force-pushed the dependabot/bundler/solid_queue-1.4.0 branch from e4be5d1 to 622427f Compare April 23, 2026 16:45
@3kh0
3kh0 merged commit 1d26f23 into main Apr 23, 2026
6 checks passed
@3kh0
3kh0 deleted the dependabot/bundler/solid_queue-1.4.0 branch April 23, 2026 16:47
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