Closed StorytellerCZ closed 12 months ago
Thank you for submitting this issue!
We, the Members of Meteor Community Packages take every issue seriously. Our goal is to provide long-term lifecycles for packages and keep up with the newest changes in Meteor and the overall NodeJs/JavaScript ecosystem.
However, we contribute to these packages mostly in our free time. Therefore, we can't guarantee your issues to be solved within certain time.
If you think this issue is trivial to solve, don't hesitate to submit a pull request, too! We will accompany you in the process with reviews and hints on how to get development set up.
Please also consider sponsoring the maintainers of the package. If you don't know who is currently maintaining this package, just leave a comment and we'll let you know
Could be releated to #167. Will try a deploy with v1.8.3, which most likely fixes that issue to see if it repeats.
I think this is fixed in v1.8.4
Had a nasty crash on Galaxy. While the main reason is out of memory, there is also a rejected promise in
publication.js
(on lines 43 and 88). I think we should look into this to make things more resilient for Meteor 3. I think adding some try/catch might help, or we should document how people should handle this so that they don't get unhandled promise rejection.Thoughts @jankapunkt ?
The logs: