Merged release/2023-12-01 into feature/IO-2403-Paginated-Active-Jobs

This commit is contained in:
Dave Richer
2023-11-29 18:40:47 +00:00
3 changed files with 91 additions and 61 deletions

View File

@@ -120,7 +120,7 @@ export const QUERY_PARTS_QUEUE = gql`
}
}
jobs(
where: { _and: [{ status: { _in: $statuses } }] }
where: { _and: [{ status: { _in: $statuses }, converted: { _eq: true } }] }
offset: $offset
limit: $limit
order_by: $order