mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Comment out actual fix
This commit is contained in:
parent
8bcc65fe80
commit
65d309f44a
@ -21,8 +21,8 @@ def worker_delete_target(ready_event, continue_event, field_name):
|
||||
# wait for the coordination message
|
||||
continue_event.wait()
|
||||
|
||||
# presumed fix
|
||||
host_list = sorted(host_list, key=lambda host: host.id)
|
||||
# # presumed fix
|
||||
# host_list = sorted(host_list, key=lambda host: host.id)
|
||||
|
||||
# NOTE: did not reproduce the bug without batch_size
|
||||
Host.objects.bulk_update(host_list, [field_name], batch_size=100)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user