Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/riverqueue/river/riverdriver/riverpgxv5 to v0.12.1 - autoclosed #13

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.12.0 -> v0.12.1 age adoption passing confidence

Release Notes

riverqueue/river (github.com/riverqueue/river/riverdriver/riverpgxv5)

v0.12.1

Compare Source

Changed
  • The BatchCompleter that marks jobs as completed can now batch database updates for all states of jobs that have finished execution. Prior to this change, only completed jobs were batched into a single UPDATE call, while jobs moving to any other state used a single UPDATE per job. This change should significantly reduce database and pool contention on high volume system when jobs get retried, snoozed, cancelled, or discarded following execution. PR #​617.
Fixed
  • Unique job changes from v0.12.0 / PR #​590 introduced a bug with scheduled or retryable unique jobs where they could be considered in conflict with themselves and moved to discarded by mistake. There was also a possibility of a broken job scheduler if duplicate retryable unique jobs were attempted to be scheduled at the same time. The job scheduling query was corrected to address these issues along with missing test coverage. PR #​619.

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.

@renovate renovate bot added the dependencies update of dependent libraries label Sep 26, 2024
Copy link
Contributor Author

renovate bot commented Sep 26, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
github.com/riverqueue/river v0.12.0 -> v0.12.1
github.com/riverqueue/river/rivertype v0.12.0 -> v0.12.1
github.com/riverqueue/river/riverdriver v0.12.0 -> v0.12.1
github.com/riverqueue/river/rivershared v0.12.0 -> v0.12.1

@github-actions github-actions bot removed the dependencies update of dependent libraries label Sep 26, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/riverqueue/river/riverdriver/riverpgxv5 to v0.12.1 fix(deps): update module github.com/riverqueue/river/riverdriver/riverpgxv5 to v0.12.1 - autoclosed Sep 26, 2024
@renovate renovate bot closed this Sep 26, 2024
@renovate renovate bot deleted the renovate/github.com-riverqueue-river-riverdriver-riverpgxv5-0.x branch September 26, 2024 18:07
Copy link

sonarcloud bot commented Sep 26, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants