Skip to content

Commit

Permalink
don't send pickled_k8s_job
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Jun 13, 2023
1 parent f3c5dd0 commit b60db33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skydriver/database/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ async def get_all(self) -> list[dict]:
d
async for d in self._collections[_SCAN_BACKLOG_COLL_NAME].find(
{},
{"_id": False},
{"_id": False, "pickled_k8s_job": False},
sort=[("timestamp", ASCENDING)],
)
]
Expand Down

0 comments on commit b60db33

Please sign in to comment.