You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, this is a great package and it has shorten my development by a lot as I move a lot of long running tasks in the background like sending SMS or uploading to S3.
But if there is one part that we can improve, it is with dynamically importing this package in the client. In my case, less than 5% of my users actions use background jobs but it is the 5th biggest resource being downloaded.
Is there a possibility to setup the package for dynamic import as supported by Meteor since 1.5?
Hi, thanks for your suggestion. To be honest this package has settled into a kind of "maintenance mode" where I'm not implementing any new major features. Mostly because I'm not doing any new Meteor development myself these days, and so the time and effort to stay up to date on the latest and greatest Meteor foo just to update my main two packages for other users doesn't really pencil out anymore.
With that said, I'm not deprecating these packages just yet because it's clear that they still have a lot of value to the Meteor community. So if you (or someone else) is willing to put together a high quality PR implementing this feature, I will strongly consider merging it and spinning out a release.
I would like to help but I honestly do not have experience in creating a package. I can read through the documentation but I'm afraid I might miss backwards compatibility to earlier versions.
First of all, this is a great package and it has shorten my development by a lot as I move a lot of long running tasks in the background like sending SMS or uploading to S3.
But if there is one part that we can improve, it is with dynamically importing this package in the client. In my case, less than 5% of my users actions use background jobs but it is the 5th biggest resource being downloaded.
Is there a possibility to setup the package for dynamic import as supported by Meteor since 1.5?
meteor/meteor#8745
The text was updated successfully, but these errors were encountered: