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

Move to bluebird promises via bluebird-q #19

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

deployable
Copy link
Contributor

I've had a number of instances where I've been losing exceptions that bluebird picks up with no changes. . Not sure if you are heavily invested in q, but I find bluebird a lot better at error handling and has a few more features. Apparently it's generally faster and consumes less memory as well.

It's a little more work to convert it into straight bluebird promise's, but not much.

@shaharke
Copy link
Owner

I think we should migrate from Q to bluebird. The only problem is that some functionality you get from Q is not supported by Bluebird, so I'm afraid it will break users' code. I guess that if we do the migration, increase a major version and document the changes it should be ok. Thoughts?

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

Successfully merging this pull request may close these issues.

3 participants