WAAS
WAAS copied to clipboard
chore(deps): bump rq from 1.12.0 to 1.13.0
Bumps rq from 1.12.0 to 1.13.0.
Release notes
Sourced from rq's releases.
v1.13.0
- Added
work_horse_killed_handlerargument toWorker. Thanks@ronlut!- Fixed an issue where results aren't properly persisted on synchronous jobs. Thanks
@selwin!- Fixed a bug where job results are not properly persisted when
result_ttlis-1. Thanks@sim6!- Various documentation and logging fixes. Thanks
@lowercase00!- Improve Redis connection reliability. Thanks
@lowercase00!- Scheduler reliability improvements. Thanks
@OlegZvand@lowercase00!- Fixed a bug where
dequeue_timeoutignoresworker_ttl. Thanks@ronlut!- Use
job.return_value()instead ofjob.resultwhen processing callbacks. Thanks@selwin!- Various internal refactorings to make
Workercode more easily extendable. Thanks@lowercase00!- RQ's source code is now black formatted. Thanks
@aparcar!
Changelog
Sourced from rq's changelog.
RQ 1.13.0 (2023-02-19)
- Added
work_horse_killed_handlerargument toWorker. Thanks@ronlut!- Fixed an issue where results aren't properly persisted on synchronous jobs. Thanks
@selwin!- Fixed a bug where job results are not properly persisted when
result_ttlis-1. Thanks@sim6!- Various documentation and logging fixes. Thanks
@lowercase00!- Improve Redis connection reliability. Thanks
@lowercase00!- Scheduler reliability improvements. Thanks
@OlegZvand@lowercase00!- Fixed a bug where
dequeue_timeoutignoresworker_ttl. Thanks@ronlut!- Use
job.return_value()instead ofjob.resultwhen processing callbacks. Thanks@selwin!- Various internal refactorings to make
Workercode more easily extendable. Thanks@lowercase00!- RQ's source code is now black formatted. Thanks
@aparcar!
Commits
42ac7d4Bump version to 1.13.0bba781dEnhance worker termination logic (#1729)a985445refactor: new teardown worker method (#1820)5192b1dBump supercharge/redis-github-action from 1.4.0 to 1.5.0 (#1818)fc6d695feat: splits the work loop into a bootstrap method (#1816)5798cddfix: queue.result_ttl=-1 (#1819)46b5cf6Added black config (#1815)9311eebWorker docstrings (#1810)eef6dbbdocs: fix typos (#1813)3d840a7Add to worker redis record scheduler info (#1787)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)