Skip to content
This repository was archived by the owner on Dec 10, 2021. It is now read-only.
This repository was archived by the owner on Dec 10, 2021. It is now read-only.

When retrieving paginated tasks with before_parent query string, some relays might not be returned #1

Description

@duckbytes

In api/task/task.py line 368 tasks are filtered by before parent int ID and then paginated. This means during the infinite scroll on the dashboard can skip jobs if they are split by a relay.

A workaround is on the front end to make a request that uses before_parent - 1, but this means the 404 return is never triggered when there are no tasks left to return

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions