Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Keep-Alive, Retry, HTTP/2, and createAndWait method #120

Open
BeeEyeVee opened this issue Nov 5, 2024 · 0 comments
Open

Comments

@BeeEyeVee
Copy link

Hello, and thanks for the great library!

We're experiencing occasional 502 Bad Gateway errors when using the CloudConvert Node.js library. We conduct over 220k conversions per month, and to help mitigate these issues, could you consider implementing the following features:

  1. Keep-Alive for persistent connections.
  2. Retry mechanism for handling transient network issues.
  3. HTTP/2 support for improved performance.
    Additionally, it would be beneficial to have a method like createAndWait to simplify the process, instead of requiring separate calls to create and then wait.

Alternatively, allowing users to provide their own configured Axios instance would let us handle these settings ourselves.

Thank you for considering these enhancements!

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

No branches or pull requests

1 participant