-
Notifications
You must be signed in to change notification settings - Fork 74
Conversation
Add summary of changes to readme
@bmanturner could you (further) clarify your changes so they can maybe be merged back into this repository? |
Most of those changes are from here: First is the blacklist retry: matdurand@ef7b999#diff-5a6122e074f120eb07eb0a3298e331d8R71 (for both ios/android) - it basically allows to do one retry before it blacklists the version. It would be nice if we could specify how many times it should be retried before getting blacklisted. Second is the the method that allows you to change to the pending version matdurand@ef7b999#diff-e9a5d10fe686c1ff2b69a5030c60c165R203 More on those changes made by @matdurand here meteor/meteor#8063 Maybe it would be better to extract those to separate PRs. @abernix let me know. I can confirm that those combined with the other fixes solved almost all issues with HCP I did experience. |
Just dropping a reference - this PR will fix meteor/meteor#8063. |
@wojtkowiak could you create separate PRs which solve the issues you are experiencing? These would probably be easier to review than this one. |
We had to use this in production together with meteor/meteor#8063 (comment) and after several months we did not have one single user with an outdated bundle version. We would have been doomed without this PR, thanks a lot @KoenLav IMHO this issue should gain more attention from the maintainers. |
@menelike thanks, good to see it resolves your issues, but I guess this requires some more work before it can be merged. @wojtkowiak first of all enjoy your holiday! But after, maybe you have some time to revisit this? @abernix @hwillson I agree with @menelike; we're almost there, let's make it happen :) |
@KoenLav Sorry for the delay. I'll check my notification settings. @wojtkowiak Was right in his accreditation. This was not my own work, and my git-fu isn't up to par enough to cherry pick his work. Sorry for the confusion. |
@wojtkowiak do you think this PR should be closed in favor of a certain changeset in your (forked) repo? |
@benjamn @abernix we've been using these changes, which @wojtkowiak presented in separate PRs recently, in production and haven't seen any more errors. Closing this PR, please do take a look at the others! |
Contains changes made by @bmanturner aiming to fix HCP issues.