Results 2 comments of Nikolay Zhidenko

@mitin001 Thank you! For me, it working now.

I solved this warning with next code: `require('events').EventEmitter.defaultMaxListeners = 30;`. But I still have performance issue (my script executing during 20-30 seconds on AWS) as it was with the warning.