Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeout during "Passed previous semester" #477

Closed
tworide opened this issue Nov 7, 2013 · 1 comment
Closed

Timeout during "Passed previous semester" #477

tworide opened this issue Nov 7, 2013 · 1 comment
Labels

Comments

@tworide
Copy link
Member

tworide commented Nov 7, 2013

No description provided.

@espenak
Copy link
Member

espenak commented Nov 7, 2013

This is most likely caused by email sending for each new feedback created.

A usable and simple solution for now

We can work around this, and improve the scalability of Devilry with https://pypi.python.org/pypi/django-celery-email. Celery is already intergrated with devilry-deploy, so we just need to add the package.

The permannent solution

A more robust and permannent solution will come with #471. Then all messages will be sent to the notification system, and a Celery task will handle sending, re-sending (in case of errors), etc.

@espenak espenak closed this as completed Nov 7, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants