Hello. I work in java only.
I have a task that I add to a queue like this.
public void myFunctionThatAddTaskToTaskQueue(){
Queue queue = QueueFactory.getQueue("findOwner");
TaskHandle taskHandle = queue.add(TaskOptions.Builder.withPayload(new
FindOwnerToAcceptRental2.FindOwnerToAcceptRentalTask(
idOfFindOwner4RentalEntity)).countdownMillis(countdownMillis));
}
lets say for exemple that countdownMillis equals to 10 minutes.
let's say that something happens let's say 1 minute after the
"myFunctionThatAddTaskToTaskQueue" is called and so NOW I would like the
task (the task that is already in the queue) to be handled not in 9 minutes
but in 2 minutes. is it possible? if yes can you tell me how...
--
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 [email protected].
To post to this group, send email to [email protected].
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/87f53af6-59ae-4ceb-b92a-2f5d9e13a98b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.