python / pythondotorg

Source code for python.org
https://www.python.org
Apache License 2.0
1.47k stars 587 forks source link

Move to async/celery task for sending emails #2460

Open ewdurbin opened 4 weeks ago

ewdurbin commented 4 weeks ago

Now that python.org has async tasks https://github.com/python/pythondotorg/pull/2395, move to sending email via async so users like @loren-c don't see timeouts trying to send bulk email (like to sponsors)

Screenshot 2024-06-06 at 2 39 59 PM