I have tirelessly searched for a full list of available options that can be 
used in the php pushtask object. 

I have been to these pages which mention the $options parameter, but don't 
tell me what i can add. I need the host header i know this, but what else 
can i use? 

https://cloud.google.com/appengine/docs/php/taskqueue/overview-push#set_module
https://cloud.google.com/appengine/docs/php/refdocs/classes/google.appengine.api.taskqueue.PushTask

very confused. 

What i'm trying to achieve is to push a task from the main app to a module 
named backend.

(new PushTask('$url', ['url' => $site['base_url']],['header'=>'Host: 
backend']))->add();

I have no idea if the final options parameter is formatted correctly.

-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d2c2146a-0ca4-4897-93ad-6cc03e6b623c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to