Skip to content

Bump solid_queue from 1.1.5 to 1.4.0#85

Merged
JuanVqz merged 1 commit into
mainfrom
dependabot/bundler/solid_queue-1.4.0
Jun 25, 2026
Merged

Bump solid_queue from 1.1.5 to 1.4.0#85
JuanVqz merged 1 commit into
mainfrom
dependabot/bundler/solid_queue-1.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Copy link
Copy Markdown
Contributor

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

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels May 19, 2026
@dependabot dependabot Bot force-pushed the dependabot/bundler/solid_queue-1.4.0 branch 2 times, most recently from 9c8e26b to 2b865de Compare May 29, 2026 04:32
@JuanVqz

JuanVqz commented Jun 24, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/bundler/solid_queue-1.4.0 branch from 2b865de to b1ae6c3 Compare June 24, 2026 22:53
@JuanVqz JuanVqz force-pushed the dependabot/bundler/solid_queue-1.4.0 branch from b1ae6c3 to dcdcdb4 Compare June 24, 2026 23:53
@JuanVqz JuanVqz merged commit 97eb8b2 into main Jun 25, 2026
4 checks passed
@dependabot dependabot Bot deleted the dependabot/bundler/solid_queue-1.4.0 branch June 25, 2026 00:11
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