On Jun 22, 11:51 pm, MajorProgamming <sefira...@gmail.com> wrote:
> I understand that TaskQueues have the possibility of running over and
> over again. Does this apply to cron jobs? Do we need to design them to
> be Idempotent as well?

No.  A cron job will run once when it's scheduled to run.  Idempotence
is important for task queue jobs specifically because they will re-run
if they fail at any point during their run, so parts of them may get
run multiple times.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to