I'm using google cloud endpoints and task queue in App Engine standard
environment. I'm adding task queue through endpoint function.
Everything is working fine when I test it on Local Server But after deploy
on cloud platform, I don't know why task queue is not working.
I checked task queue there is no task is added. And I'm not seeing any
error also. I checked everywhere but no error found.
Here is my code:
Queue friendShip = QueueFactory.getDefaultQueue();
friendShip.add(TaskOptions.Builder.withUrl("/friendship_queue")
.param("contactHolderKey", "paramValue");
I'm wondering it's working in local server but not on cloud platform after
deploy.
Can you please let me know what will be the possible reason ?
--
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/e5fb399f-1c59-4942-898e-b51c5cef53b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.