mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-06 16:32:01 -05:00
allow system jobs to get sucked up in the fail inconsistent task cleanup
This commit is contained in:
@@ -230,7 +230,7 @@ class InventorySourceDict(PartialModelDict):
|
|||||||
|
|
||||||
class SystemJobDict(PartialModelDict):
|
class SystemJobDict(PartialModelDict):
|
||||||
FIELDS = (
|
FIELDS = (
|
||||||
'id', 'created', 'status',
|
'id', 'created', 'status', 'celery_task_id',
|
||||||
)
|
)
|
||||||
model = SystemJob
|
model = SystemJob
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user