- Improvements and bugfixes to HealthChecks
This commit is contained in:
@@ -60,7 +60,6 @@ def register_extensions(app):
|
||||
session.init_app(app)
|
||||
|
||||
|
||||
|
||||
def register_blueprints(app):
|
||||
from views.healthz_views import healthz_bp
|
||||
app.register_blueprint(healthz_bp)
|
||||
|
||||
@@ -20,7 +20,7 @@ def liveness():
|
||||
def readiness():
|
||||
checks = {
|
||||
"database": check_database(),
|
||||
"celery": check_celery(),
|
||||
# "celery": check_celery(),
|
||||
# Add more checks as needed
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user