You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hey, thank you for the offer to add support for backon, looks really nice project.
At the moment backoff gets the job done. However, it would be worth revisiting this in the future for WebAssembly and no_std environments. We can have this issue parked for now.
Hi, thanks for building
async-openai
. I'm starting this issue to discuss whether it's a good idea to replacebackoff
with the actively maintainedbackon
. I noticed that this crate exposesbackoff
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.
The text was updated successfully, but these errors were encountered: