Skip to content

Commit

Permalink
Pin redis library to 2.10.6
Browse files Browse the repository at this point in the history
Causing celery/celery#5175

Bug: T209852
  • Loading branch information
Ladsgroup committed Nov 21, 2018
1 parent bf0cf3c commit dc2f589
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/00-main.yaml
Expand Up @@ -63,9 +63,10 @@ scoring_systems:
queue_maxsize: 100 # pending tasks
broker_url: redis://localhost
broker_transport_options: {'socket_timeout': 15} # seconds
accept_content: ['pickle']
accept_content:
- 'pickle'
task_serializer: 'pickle'
result_serialize: 'pickle'
result_serializer: 'pickle'
result_backend: redis://localhost
worker_concurrency: 8
worker_hijack_root_logger: false
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -7,6 +7,7 @@ flask-wikimediaui >= 0.0.1, < 0.0.999
mwapi >= 0.5.0, < 0.5.999
pytest >= 3.2.2, < 3.2.999
pyyaml == 3.11
redis >= 2.10.6, < 3.0.0
revscoring >= 2.2.2, < 2.2.999
sseclient >= 0.0.18
stopit >= 1.1.1, < 1.1.999
Expand Down

0 comments on commit dc2f589

Please sign in to comment.