Skip to content

Free up main application thread

Nonchalant requested to merge free_up_main_application_thread into master

Implemented Threading to free up the main application thread so that the client is able to receive a successful http response (201) rather than timing out. This was necessary since profiling indicated that composing emails took around 30 seconds, and sending them took anywhere from 1 minute upwards.

Merge request reports