chore(deps): update dependency arq to v0.24.0
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| arq (changelog) | install | minor |
==0.15 -> ==0.24.0
|
| arq (changelog) | dependencies | minor |
0.22 -> 0.24.0
|
Release Notes
samuelcolvin/arq
v0.24.0: v0.24 (2022-09-05)
- Allow customisation of timezone in logs, #281
- Add the
usernameoption toRedisSettings, #299 - Change primary branch name to
main,40c8803 - Add
--custom-log-dictCLI option, #294 - Fix error in case of pytz not being installed, #318
- Support and test python 3.11, #327
- Improve docs for parameter
_expiresinenqueue_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_pathinRedisSettings, #336 - Allow user to configure a default job expiry-extra length, #303
- Remove transaction around
infocommand to support Redis 6.2.3, #338 - Switch from
setup.pytopyproject.toml, #341 - Support
abortfor deferred jobs, #307
Full Changelog: https://github.com/samuelcolvin/arq/compare/v0.23a1...v0.24.0
v0.23: (2022-08-23)
No changes from v0.23a1.
v0.22: (2021-09-02)
- fix package importing in example, #261, thanks @cdpath
- restrict
aioredisto<2.0.0(soon we'll supportaioredis>=2.0.0), #258, thanks @PaxPrz - auto setting version on release,
759fe03
v0.21: (2021-07-06)
v0.20: (2021-04-26)
- Added
queue_nameattribute toJobResult, #198 - set
job_deserializer,job_serializeranddefault_queue_nameon worker pools to better supported nested jobs, #203, #215 and #218 - All job results to be kept indefinitely, #205
- refactor
cronjobs to prevent duplicate jobs, #200 - correctly handle
CancelledErrorin python 3.8+, #213 - allow jobs to be aborted, #212
- depreciate
pole_delayand use correct spellingpoll_delay, #242 - docs improvements, #207 and #232
v0.19.1
see HISTORY.rst
v0.19
see HISTORY.rst
v0.18.4
see HISTORY.rst
v0.18.3
see HISTORY.rst
v0.18.2
see HISTORY.rst
v0.18.1
see HISTORY.rst
v0.18
see HISTORY.rst
v0.17.1
see HISTORY.rst
v0.17
see HISTORY.rst
v0.16.1
see HISTORY.rst
v0.16
see HISTORY.rst
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by RenovateBot