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

Survey: are you using bluebird disposers/using? #1598

Open
spion opened this issue May 27, 2019 · 1 comment
Open

Survey: are you using bluebird disposers/using? #1598

spion opened this issue May 27, 2019 · 1 comment
Labels

Comments

@spion
Copy link
Collaborator

spion commented May 27, 2019

Hi Bluebird users!

Are you using bluebird's resource management facilities, i.e. Promise.using and the disposer API on the backend in production? If so, can you let us know how its working out for you? Specifically we'd like to know if:

  • you've had problems with leaking file handles or connections (for example: servers getting stuck unable to allocate new connections from the database connection pool)
  • you've had situations where you had to crash or restart the process on errors (Yes/No)
    • If yes, what kind of errors did you find crash-worthy, and why weren't disposers good enough to solve the issue?

Thank you!

@spion spion changed the title Are you using bluebird disposers/using? Survey: are you using bluebird disposers/using? May 27, 2019
@zokker13
Copy link

Yes, love it.

Both questions no though. Works nicely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants