Flask - Background Tasks
You want to process image uploads and send a notification email after the upload completes in a Flask app without delaying the HTTP response. Which method best uses background processing to achieve this?
after_request runs after response but is still synchronous and blocks response.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions