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

Removed code disabling bluebird debug #21790

Merged
merged 1 commit into from
Dec 3, 2024
Merged

Conversation

ErisDS
Copy link
Member

@ErisDS ErisDS commented Dec 3, 2024

closes #14882 ref #14882 (comment)

  • As per the comment on the issue, the last reference to bluebird in Ghost itself was removed over a year ago.
  • We added this code blocking bluebird debug over 6 years ago.
  • We do still use bluebird through dependencies so we could still have memory issues BUT
  • This change only affects development, and really should not be a problem anymore.
  • Leaning towards deleting the weird old edge-case code as it should not be an issue, and finding out the hard way if I'm wrong :D

closes TryGhost#14882
ref TryGhost#14882 (comment)

- As per the comment on the issue, the last reference to bluebird in Ghost itself
  was removed over a year ago.
- We added this code blocking bluebird debug over 6 years ago.
- We do still use bluebird through dependencies so we could still have memory
  issues BUT
- This change only affects development, and really should not be a problem
  anymore.
- Leaning towards deleting the weird old edge-case code as it should not be
  an issue, and finding out the hard way if I'm wrong :D
@ErisDS ErisDS enabled auto-merge (squash) December 3, 2024 13:31
@ErisDS ErisDS merged commit 201b69e into TryGhost:main Dec 3, 2024
21 checks passed
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

Successfully merging this pull request may close these issues.

Remove the bluebird dependency from everywhere 🔥
1 participant