Skip to content

Instantly share code, notes, and snippets.

@adamwight
Created November 15, 2017 22:27
Show Gist options
  • Select an option

  • Save adamwight/56393d2f2340594cc53d59f6ef0270e4 to your computer and use it in GitHub Desktop.

Select an option

Save adamwight/56393d2f2340594cc53d59f6ef0270e4 to your computer and use it in GitHub Desktop.
# Score cache options
score_caches:
ores_redis:
class: ores.score_caches.Redis
host: null # Local
port: 6379 # Default port
scoring_systems:
defaults:
metrics_collector: local_logging # Don't try to connect graphite
celery_queue:
BROKER_URL: redis://localhost # Local
CELERY_RESULT_BACKEND: redis://localhost # Local
CELERYD_CONCURRENCY: 600
CELERYD_POOL: gevent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment