Skip to content

Commit

Permalink
[#4747] Upgrade RQ
Browse files Browse the repository at this point in the history
Upgrading redis to 3.x caused errors because of an old RQ version.
Rather than pinning an old version of redis, upgrade RQ. I went through
the list of backwards incompatible changes and didn't see anything
relevant (There's mention of renaming the `timeout` to `job_timeout`
parameter but that's on `enqueue`, and we use `enqueu_call`)
  • Loading branch information
amercader committed Apr 30, 2019
1 parent 4de1ad8 commit b7ebf54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Expand Up @@ -25,7 +25,7 @@ repoze.who-friendlyform==1.0.8
repoze.who==2.3
requests==2.21.0
Routes==1.13
rq==0.6.0
rq==1.0
simplejson==3.10.0
sqlalchemy-migrate==0.12.0
SQLAlchemy==1.1.11
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -46,7 +46,7 @@ repoze.who-friendlyform==1.0.8
repoze.who==2.3
requests==2.21.0
routes==1.13
rq==0.6.0
rq==1.0
simplejson==3.10.0
six==1.12.0 # via bleach, pastescript, python-dateutil, pyutilib.component.core, sqlalchemy-migrate
sqlalchemy-migrate==0.12.0
Expand Down

0 comments on commit b7ebf54

Please sign in to comment.