Skip to content

Improve task polling #184

Open
Open
@tdstein

Description

@tdstein

The existing task polling is naive and doesn't consider the various edge cases around output length, polling algorithms, etc...

Modify the implementation to take advantage of the log appending support in the API.
Modify the polling algorithm to reduce server resource consumption (i.e., do polling client side instead of server side).
Check if there is a need for supporting more advanced polling algorithms (.e.g, backoff policies, etc).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestsdkUsed for automation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions