Centrally disable the expiration module for now.

This commit is contained in:
Jake Moshenko 2014-07-28 17:55:01 -04:00
parent 268c28649a
commit a661ef4fa8

2
app.py
View file

@ -71,7 +71,7 @@ sentry = Sentry(app)
build_logs = BuildLogs(app) build_logs = BuildLogs(app)
queue_metrics = QueueMetrics(app) queue_metrics = QueueMetrics(app)
authentication = UserAuthentication(app) authentication = UserAuthentication(app)
expiration = Expiration(app) # expiration = Expiration(app)
userevents = UserEventsBuilderModule(app) userevents = UserEventsBuilderModule(app)
tf = app.config['DB_TRANSACTION_FACTORY'] tf = app.config['DB_TRANSACTION_FACTORY']