littlehorse-enterprises / littlehorse

This repository contains the code for the LittleHorse Server, Dashboard, CLI, and Java/Go/Python SDK's. Brought to you by LittleHorse Enterprises LLC
https://littlehorse.dev/
Other
66 stars 7 forks source link

Backoff policy for remotes `waitForCommand` #873

Open eduwercamacaro opened 1 month ago

eduwercamacaro commented 1 month ago

This PR introduced a new way to do retries in the internal grpc client side: https://github.com/littlehorse-enterprises/littlehorse/pull/872 We need to implement some backoff policy for these retries in order to avoid overwhelming the retry mechanism.