Skip to content

feat: Implement Strategy Ranking and Fallback Mechanism for Strategy Execution #16

Description

@raehat

Currently, Barq simply selects the best strategy and attempts to execute the payment. If it fails, no other strategies are tried. It should instead try alternative strategies if the payment fails and continue to try until all strategies are exhausted.

When a strategy fails, another strategy has to be tried. Decide on a metric to rank strategies and order them so we can select the best strategy first and try the next best if the first one fails.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions