morpheus
morpheus copied to clipboard
Bump arq from 0.22 to 0.25.0
Bumps arq from 0.22 to 0.25.0.
Release notes
Sourced from arq's releases.
v0.25 (2022-12-02)
- Allow to opt-out from logging results by
@iamlikeme
in #352- Add timezone support for cron jobs by
@iamlikeme
in #354- connections: fix pipeline usage for exists command by
@utkarshgupta137
in #366- Fix race condition causing incorrect status not found by
@iamlikeme
in #362- Adds
after_job_end
hook by@AngellusMortis
in #355- Raise
ResultNotFound
whenJob.result()
finds no job and no result by@iamlikeme
in #364- use
3.11
for testing #367- Signal handler to wait for task completion before shutting down by
@JonasKs
in #345New Contributors
@utkarshgupta137
made their first contribution in samuelcolvin/arq#366@AngellusMortis
made their first contribution in samuelcolvin/arq#355Full Changelog: https://github.com/samuelcolvin/arq/compare/v0.24.0...v0.25.0
v0.24 (2022-09-05)
- Allow customisation of timezone in logs, #281
- Add the
username
option toRedisSettings
, #299- Change primary branch name to
main
, 40c8803- Add
--custom-log-dict
CLI option, #294- Fix error in case of pytz not being installed, #318
- Support and test python 3.11, #327
- Improve docs for parameter
_expires
inenqueue_job
, #313- Fix redis ssl support, #323
- Fix recursion while waiting for redis connection, #311
- switch from watchgod to watchfiles, #332
- Simplify dependencies, drop pydantic as a dependency., #334
- Allow use of
unix_socket_path
inRedisSettings
, #336- Allow user to configure a default job expiry-extra length, #303
- Remove transaction around
info
command to support Redis 6.2.3, #338- Switch from
setup.py
topyproject.toml
, #341- Support
abort
for deferred jobs, #307Full Changelog: https://github.com/samuelcolvin/arq/compare/v0.23a1...v0.24.0
v0.23 (2022-08-23)
No changes from v0.23a1.
v0.23a1 (2022-03-09)
- Fix jobs timeout by
@kiriusm2
in #248- Update
index.rst
by@Kludex
in #266- Improve some docs wording by
@johtso
in #285- fix error when cron jobs were terminanted by
@tobymao
in #273- add
on_job_start
andon_job_end
hooks by@tobymao
in #274- Update argument docstring definition by
@sondrelg
in #278- fix tests and uprev test dependencies, #288
- Add link to WorkerSettings in documentation by
@JonasKs
in #279- Allow setting
job_id
on cron jobs by@JonasKs
in #293- Fix docs typo by
@johtso
in #296
... (truncated)
Changelog
Sourced from arq's changelog.
.. :changelog:
History
v0.25 (2022-12-02) ..................
- Allow to opt-out from logging results by
@iamlikeme
in #352- Add timezone support for cron jobs by
@iamlikeme
in #354- connections: fix pipeline usage for exists command by
@utkarshgupta137
in #366- Fix race condition causing incorrect status not found by
@iamlikeme
in #362- Adds
after_job_end
hook by@AngellusMortis
in #355- Raise
ResultNotFound
whenJob.result()
finds no job and no result by@iamlikeme
in #364- use
3.11
for testing #367- Signal handler to wait for task completion before shutting down by
@JonasKs
in #345v0.24 (2022-09-05) ..................
- Allow customisation of timezone in logs, #281
- Add the
username
option toRedisSettings
, #299- Change primary branch name to
main
, 40c8803- Add
--custom-log-dict
CLI option, #294- Fix error in case of pytz not being installed, #318
- Support and test python 3.11, #327
- Improve docs for parameter
_expires
inenqueue_job
, #313- Fix redis ssl support, #323
- Fix recursion while waiting for redis connection, #311
- switch from watchgod to watchfiles, #332
- Simplify dependencies, drop pydantic as a dependency., #334
- Allow use of
unix_socket_path
inRedisSettings
, #336- Allow user to configure a default job expiry-extra length, #303
- Remove transaction around
info
command to support Redis 6.2.3, #338- Switch from
setup.py
topyproject.toml
, #341- Support
abort
for deferred jobs, #307v0.23 (2022-08-23) ..................
No changes from v0.23a1.
v0.23a1 (2022-03-09) ....................
- Fix jobs timeout by
@kiriusm2
in #248- Update
index.rst
by@Kludex
in #266- Improve some docs wording by
@johtso
in #285- fix error when cron jobs were terminanted by
@tobymao
in #273- add
on_job_start
andon_job_end
hooks by@tobymao
in #274- Update argument docstring definition by
@sondrelg
in #278
... (truncated)
Commits
b6dda0e
uprev, prepare for releaseaf17042
feat: signal handler to wait for task completion before shutting down (#345)2d45f53
use 3.11.0 for testing (#367)12456ee
Raise ResultNotFound when Job.result() finds no job and no result (#364)e9452c5
Adds after_job_end hook (#355)6f68086
Fix race condition causing status not_found (#362)1f91c0b
connections: fix pipeline usage for exists command (#366)9ce2fd6
Add timezone support for cron jobs (#354)0474311
Allow to opt-out from logging results (#352)1495be6
fix license key in pyproject.toml- 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 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 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)