Update rq and rq-dashboard
- REDIS_URL is deprecated by rq-dashboard. Set RQ_DASHBOARD_REDIS_URL. - Change REDIS_URL to RQ_REDIS_URL. - Add favicon.ico under static directory as it's required by rq-dashboard... JIRA INFRA-2649
Showing
- app/commands.py 1 addition, 1 deletionapp/commands.py
- app/main/views.py 1 addition, 1 deletionapp/main/views.py
- app/settings.py 2 additions, 1 deletionapp/settings.py
- app/static/favicon.ico 0 additions, 0 deletionsapp/static/favicon.ico
- app/tasks.py 14 additions, 14 deletionsapp/tasks.py
- requirements-to-freeze.txt 2 additions, 2 deletionsrequirements-to-freeze.txt
- requirements.txt 2 additions, 2 deletionsrequirements.txt
app/static/favicon.ico
0 → 100644
14.7 KiB
... | ... | @@ -40,8 +40,8 @@ PyYAML==5.3.1 |
qrcode==6.1 | ||
redis==3.5.3 | ||
requests==2.24.0 | ||
rq==0.13.0 | ||
rq-dashboard==0.4.0 | ||
rq==1.5.2 | ||
rq-dashboard==0.6.1 | ||
sentry-sdk==0.19.1 | ||
six==1.15.0 | ||
SQLAlchemy==1.2.19 | ||
... | ... |