sohail288 / sheetswap

Flask App to trade sheet music
1 stars 0 forks source link

Emails slow up the app #35

Closed sohail288 closed 8 years ago

sohail288 commented 8 years ago

Every time a user requests a trade the app takes some time to actually send the email therefore causing a delay for the user. Emailing needs to be put into a task queue system like celery.