kossiitkgp / kwoc-2018

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

Parallelize Sending Mails #158

Closed thealphadollar closed 5 years ago

thealphadollar commented 5 years ago

We need to parallelize the sendgrid_mail.py file as it is currently very slow and not scalable at all.

We also need to check if a process stays for more than 30 seconds that entry should be skipped.

This is a very easy issue which requires the use of multiprocessing library.