Uploading files
This commit is contained in:
10
workersettings.py
Normal file
10
workersettings.py
Normal file
@@ -0,0 +1,10 @@
|
||||
REDIS_URL = 'redis://localhost:6379/0'
|
||||
|
||||
# You can also specify the Redis DB to use
|
||||
# REDIS_HOST = 'redis.example.com'
|
||||
# REDIS_PORT = 6380
|
||||
# REDIS_DB = 3
|
||||
# REDIS_PASSWORD = 'very secret'
|
||||
|
||||
# Queues to listen on
|
||||
QUEUES = ['high', 'default', 'low']
|
||||
Reference in New Issue
Block a user