Skip to content

also retry beam task posts#84

Merged
Threated merged 1 commit into
developfrom
push-syrsxukywpmy
May 29, 2026
Merged

also retry beam task posts#84
Threated merged 1 commit into
developfrom
push-syrsxukywpmy

Conversation

@Threated
Copy link
Copy Markdown
Member

Really sad I could not use reqwest's new retry functions as they don't support backoff yet.
Also really sad I could not use async fn mut closure's because of compiler limitations.

@TKussel
Copy link
Copy Markdown
Member

TKussel commented May 29, 2026

I'm sad that we have to re-implement backoff-retries so many times. I'd like to see a more generic, general purpose version we can use across the board.

@Threated
Copy link
Copy Markdown
Member Author

I mean there is also https://docs.rs/tryhard/latest/tryhard/ but the problem is that these retry scenarios often have different conditions under which they need to retry.

@Threated Threated merged commit a143598 into develop May 29, 2026
25 checks passed
@Threated Threated deleted the push-syrsxukywpmy branch May 29, 2026 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants