Skip to content

Update dependency solid_queue to v1.4.0 - #11

Merged
zewelor merged 1 commit into
mainfrom
renovate/solid_queue-1.x-lockfile
Mar 21, 2026
Merged

Update dependency solid_queue to v1.4.0#11
zewelor merged 1 commit into
mainfrom
renovate/solid_queue-1.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Mar 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
solid_queue 1.3.21.4.0 age confidence

Release Notes

rails/solid_queue (solid_queue)

v1.4.0

Compare Source

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@zewelor
zewelor merged commit 5d8862d into main Mar 21, 2026
4 checks passed
@zewelor
zewelor deleted the renovate/solid_queue-1.x-lockfile branch March 21, 2026 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant