Multiple job executions: a job can now have multiple executions running simultaneously. This will enable future support for long running scheduled jobs. Thanks @selwin!
Worker(default_worker_ttl=10) is deprecated in favor of Worker(worker_ttl=10). Thanks @stv8!
Added a cleanup parameter to registry.get_job_ids() and registry.get_job_count(). Thanks @anton-daneyko-ultramarin!
Added support for AWS Elasticache Serverless Redis. Thanks @bobbywatson3!
You can now specify TTL for deferred jobs. Thanks @hberntsen!
RQ's code base is now typed (mostly). Thanks @terencehonles!
Multiple job executions: a job can now have multiple executions running simultaneously. This will enable future support for long running scheduled jobs. Thanks @selwin!
Worker(default_worker_ttl=10) is deprecated in favor of Worker(worker_ttl=10). Thanks @stv8!
Added a cleanup parameter to registry.get_job_ids() and registry.get_job_count(). Thanks @anton-daneyko-ultramarin!
Added support for AWS Elasticache Serverless Redis. Thanks @bobbywatson3!
You can now specify TTL for deferred jobs. Thanks @hberntsen!
RQ's code base is now typed (mostly). Thanks @terencehonles!
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps rq from 1.16.2 to 2.0.0.
Release notes
Sourced from rq's releases.
Changelog
Sourced from rq's changelog.
Commits
3545ff3
Bump to version 2.0b145f12
Prepare v2 docs (#1998)899e2ec
Updated changelog3810cc3
Bump actions/setup-python from 5.2.0 to 5.3.0 (#2134)3e2e26e
Add an exception handler for the pubsub thread (#2132)f4283af
Allow to get job count and job IDs without cleanup (#2133)b1620da
Updated the docstring of registry.get_job_ids()ba5c338
Fix flaky tests809a20a
[AWS Elasticache Serverless Redis] Handle redis servers that return non-strin...fc9610a
Addeddesc
argument to registry.get_job_ids() (#2129)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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show