aligned_layer icon indicating copy to clipboard operation
aligned_layer copied to clipboard

feat(operator): Operator Retries

Open PatStiles opened this issue 1 year ago • 0 comments

To finish integrating retry logic into Aligned we need to add retry logic to the operator. The following functions should be retried:

GetNotRespondedTasksFrom DisableVerifiers SendTelemetryData SendSignedTaskResponseToAggregator getBatchFromDataService

Adding retryable logic for these functions should be done in separate pr's so they are easy to test.

PatStiles avatar Nov 13 '24 20:11 PatStiles