You are supposed to design tasks with some level of idempotency, there are 
cases where tasks are executed more than once, which will also lead to a 
fork bomb if not coded properly.

You are supposed to use task names to prevent forks, as task names are 
unique, so a task can't be inserted twice (blocking a fork bomb).

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/foVecGkC6SAJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to