mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Remove celery reference
This commit is contained in:
parent
18b559fee7
commit
700effcee7
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user