mirror of
https://github.com/ansible/awx.git
synced 2026-03-17 00:47:29 -02:30
remove channel group model
* Websocket user session <-> group subscription membership now resides in Redis rather than the database.
This commit is contained in:
committed by
Ryan Petrello
parent
14320bc8e6
commit
3b9e67ed1b
@@ -451,11 +451,6 @@ CELERYBEAT_SCHEDULE = {
|
||||
# 'isolated_heartbeat': set up at the end of production.py and development.py
|
||||
}
|
||||
|
||||
ASGI_AMQP = {
|
||||
'INIT_FUNC': 'awx.prepare_env',
|
||||
'MODEL': 'awx.main.models.channels.ChannelGroup',
|
||||
}
|
||||
|
||||
# Django Caching Configuration
|
||||
CACHES = {
|
||||
'default': {
|
||||
|
||||
Reference in New Issue
Block a user