mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 20:15:44 +00:00
Add a #TODO
This commit is contained in:
@ -24,6 +24,7 @@ def is_q_cluster_running(**kwargs):
|
|||||||
clusters = Stat.get_all()
|
clusters = Stat.get_all()
|
||||||
|
|
||||||
if len(clusters) > 0:
|
if len(clusters) > 0:
|
||||||
|
# TODO - Introspect on any cluster information
|
||||||
return True
|
return True
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user