mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 05:59:28 -02:30
Merge pull request #1677 from chrismeyersfsu/fix-traceback_msg
call celery method with celery context
This commit is contained in:
@@ -180,7 +180,7 @@ def apply_cluster_membership_policies(self):
|
|||||||
g.instances.append(i.obj.id)
|
g.instances.append(i.obj.id)
|
||||||
g.obj.instances.add(i.obj)
|
g.obj.instances.add(i.obj)
|
||||||
i.groups.append(g.obj.id)
|
i.groups.append(g.obj.id)
|
||||||
handle_ha_toplogy_changes()
|
handle_ha_toplogy_changes.apply([])
|
||||||
|
|
||||||
|
|
||||||
@shared_task(queue='tower_broadcast_all', bind=True, base=LogErrorsTask)
|
@shared_task(queue='tower_broadcast_all', bind=True, base=LogErrorsTask)
|
||||||
|
|||||||
Reference in New Issue
Block a user