Centrally disable the expiration module for now.
This commit is contained in:
parent
268c28649a
commit
a661ef4fa8
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
@ -71,7 +71,7 @@ sentry = Sentry(app)
|
|||
build_logs = BuildLogs(app)
|
||||
queue_metrics = QueueMetrics(app)
|
||||
authentication = UserAuthentication(app)
|
||||
expiration = Expiration(app)
|
||||
# expiration = Expiration(app)
|
||||
userevents = UserEventsBuilderModule(app)
|
||||
|
||||
tf = app.config['DB_TRANSACTION_FACTORY']
|
||||
|
|
Reference in a new issue