Hello Robert, 

The actual description of the option is: "etaMillis(long etaMillis)  Sets 
the approximate absolute time to execute." on the 
"com.google.appengine.api.taskqueue" documentation page 
<https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/taskqueue/TaskOptions>,
 
"Method Summary" sub-chapter. Your option sets an approximate value, that 
may increase under heavy load, as you already noticed. 

You are right, taking control of the execution time for your tasks with a 
dedicated strategy and appropriate re-scheduling should avoid these huge 
delays. 

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/4d6e3a8e-3f56-433a-9543-aa7a1ba3ac1c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to