Remove celery reference

This commit is contained in:
Oliver Walters 2021-03-12 16:57:27 +11:00
parent 18b559fee7
commit 700effcee7

View File

@ -55,7 +55,7 @@ def check_system_health(**kwargs):
if not is_q_cluster_running(**kwargs):
result = False
logger.warning(_("Celery worker check failed"))
logger.warning(_("Background worker check failed"))
if not result:
logger.warning(_("InvenTree system health checks failed"))