debuglevel / walkingdinner

Genetic Algorithm based tool to generate a plan for a running dinner
The Unlicense
0 stars 0 forks source link

Backend: Gmail draft POST operation should return immediately #10

Open debuglevel opened 4 years ago

debuglevel commented 4 years ago

The POST operation for creating gmail drafts is blocking at the moment. As creating the drafts tooks some time, this should be async. The user should recieve an ID and GET it to look up the status.