mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-14 14:01:51 +00:00
Upping default timeout to 360 from 180
This commit is contained in:
parent
d48a4cf90a
commit
2500567ee5
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ ssh_tunnels = []
|
||||||
auth = get_auth(app)
|
auth = get_auth(app)
|
||||||
|
|
||||||
redis_conn = Redis(app.config['REDIS_HOST'], app.config['REDIS_PORT'])
|
redis_conn = Redis(app.config['REDIS_HOST'], app.config['REDIS_PORT'])
|
||||||
q = Queue(connection=redis_conn)
|
q = Queue(connection=redis_conn, default_timeout=360)
|
||||||
scheduler = Scheduler(connection=redis_conn)
|
scheduler = Scheduler(connection=redis_conn)
|
||||||
|
|
||||||
engine = create_engine(app.config['SQLALCHEMY_DATABASE_URI'])
|
engine = create_engine(app.config['SQLALCHEMY_DATABASE_URI'])
|
||||||
|
|
Loading…
Reference in a new issue