async-openai icon indicating copy to clipboard operation
async-openai copied to clipboard

Use actively maintained `backon` to replace `backoff`

Open Xuanwo opened this issue 5 months ago • 1 comments

Hi, thanks for building async-openai. I'm starting this issue to discuss whether it's a good idea to replace backoff with the actively maintained backon. I noticed that this crate exposes backoff at the public API level. Therefore, I want to discuss it first before beginning any work.


BackON has now reached version 1.0 and has only one dependency. It can be used in both WebAssembly and no_std environments.

I'm willing to help perform the migration if you think it's cool.

Xuanwo avatar Sep 02 '24 09:09 Xuanwo