Skip to content

[ENHANCEMENT] Async client #198

@guipenedo

Description

@guipenedo

The client code is currently fully sync. If we have n simultaneous rollouts, we are currently unable to submit n steps (one for each rollout) simultaneously, as the sync calls will block the main thread.

Any client code performing network calls (specially step which can take a while to give back a result) should be defined async.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions