Files
awx/awx/main/dispatch/__init__.py
2019-01-15 14:09:01 -05:00

6 lines
98 B
Python

from django.conf import settings
def get_local_queuename():
return settings.CLUSTER_HOST_ID