|
|
@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
### RQ 1.5.1 (2020-08-21)
|
|
|
|
|
|
|
|
* Fixes for Redis server version parsing. Thanks @selwin!
|
|
|
|
|
|
|
|
* Retries can now be set through @job decorator. Thanks @nerok!
|
|
|
|
|
|
|
|
* Log messages below logging.ERROR is now sent to stdout. Thanks @selwin!
|
|
|
|
|
|
|
|
* Better logger name for RQScheduler. Thanks @atainter!
|
|
|
|
|
|
|
|
* Better handling of exceptions thrown by horses. Thanks @theambient!
|
|
|
|
|
|
|
|
|
|
|
|
### RQ 1.5.0 (2020-07-26)
|
|
|
|
### RQ 1.5.0 (2020-07-26)
|
|
|
|
* Failed jobs can now be retries. Thanks @selwin!
|
|
|
|
* Failed jobs can now be retries. Thanks @selwin!
|
|
|
|
* Fixed scheduler on Python > 3.8.0. Thanks @selwin!
|
|
|
|
* Fixed scheduler on Python > 3.8.0. Thanks @selwin!
|
|
|
|