mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
allow system jobs to get sucked up in the fail inconsistent task cleanup
This commit is contained in:
parent
8d643dc459
commit
0f0e92ff33
@ -230,7 +230,7 @@ class InventorySourceDict(PartialModelDict):
|
||||
|
||||
class SystemJobDict(PartialModelDict):
|
||||
FIELDS = (
|
||||
'id', 'created', 'status',
|
||||
'id', 'created', 'status', 'celery_task_id',
|
||||
)
|
||||
model = SystemJob
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user