My Python2 Flask app uses GAE standard environment to send emails which is triggered by the taskqueue to have a delay for every email to avoid maxing out the quota. My taskqueue keeps on receiving HTTP 302 as a response from the handler and there is no email being sent but when I try to send the same exact payload that I got from the taskqueue and send the request using my API Client (Insomnia), everything works fine, it receives HTTP 200 and the emails are being sent.
-- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/43f2778c-fb6c-44bc-8974-d559259f8795%40googlegroups.com.
