removed multiple workers as they do not work well with flask
This commit is contained in:
@@ -11,7 +11,7 @@ from app.auth import init_auth
|
||||
from app.seed_db import seed_courses
|
||||
from app.config import Config
|
||||
|
||||
socketio = SocketIO(async_mode='eventlet', cors_allowed_origins="*", message_queue='redis://redis:6379')
|
||||
socketio = SocketIO(async_mode='eventlet', cors_allowed_origins="*")
|
||||
|
||||
def create_app(config_class=Config):
|
||||
# 1. Setup Log Directory
|
||||
|
||||
Reference in New Issue
Block a user