djangoindia / djangoindia.org

Official website of djangoindia community.
https://djangoindia.org
MIT License
106 stars 48 forks source link

[BUG] Nginx crashes when large number of mails are sent to event registrations #230

Open DevilsAutumn opened 1 week ago

DevilsAutumn commented 1 week ago

Description

Not sure can we reproduce this on local. But i suspect the problem is in this method.For large number of users, the url becomes too long that it breaks the nginx(I am not sure if this is the exact reason though). Plus this mail is not even stored anywhere which is inefficient. We must store every type communication we are having with the users.

Steps to Reproduce

na

Expected Behavior

na

Actual Behavior

na

Additional Context

No response

Affected Area

Backend

Version

No response

Browser (if frontend)

No response

salty-ivy commented 6 days ago

I will investigate this.