-
Notifications
You must be signed in to change notification settings - Fork 56
Upgrade to Node 12 #531
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
Upgrade to Node 12 #531
Conversation
not supported by node 12
challenge 30121951 winning submission by akinwale
onConsume is an async method which suppose to wait until all the messages are process and it's fixed in this commit
This reverts commit 5598e81.
Nice catch about the random test failure for the phaseProduct. However, I didn't get the changes in Kafka consumer. Is that fix for unit tests only or is it related to one of the issues we are debugging around unordered processing of kafka messages which resulted in wrong invites data in ES? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@maxceem I am doing a squash merge for this PR instead of regular merge to make our life easier in case we have to revert the changes. |
Upgrade to Node 12 as per #492
memwatch
as the package we use is not supported by Node 12, have to reimplement it again as per Add memwatch to track memory leacks #532sleep
(not supported by Node 12) and all related unused codeTwo general fixes have been done which could be included directly into
dev
:This PR is ready to be merged into
dev
so we can watch how does it behave in real-world usage (DEV env).