kossiitkgp / kwoc-2018

Web app for Kharagpur Winter of Code, 2018
https://kwoc.kossiitkgp.org
MIT License
0 stars 0 forks source link

Improve And Parallelize Sending Mails #159

Closed thealphadollar closed 5 years ago

thealphadollar commented 5 years ago

The PR address the following issues:

Tested the script with @xypnox 's email id and mine. I confirm parallelization works.

fixes #158

cc/ @dibyadas @OrkoHunter @americast @xypnox

thealphadollar commented 5 years ago

@xypnox review krke merge krdena.

dibyadas commented 5 years ago

LGTM for now. As much as I like Python, for some reason, I'm not comfortable using it for writing concurrent code ( Reason why I did not already do it last year ). Go is far better and much more mature in this area. Let's create an issue for the same. :+1: