Skip to content Skip to sidebar Skip to footer

Taskqueue And Non-idempotent Tasks

I'm working on a voting app, where the user can upload a list of email addresses for all of the voters. After doing some error checking, I create a Voter entity for each voter. S

Solution 1:

use a key_name rather than a uuid property to prevent creating duplicate voter entities.


Post a Comment for "Taskqueue And Non-idempotent Tasks"