While I can't speak on roadmaps for the platform, you can certainly feel 
free to make a feature request for a Push Queue REST API in the public 
issue tracker <http://code.google.com/p/google-appengine/issues/list> for 
App Engine. As a workaround until then, you can quickly hack together a 
transparent API with Cloud Endpoints 
<https://cloud.google.com/appengine/docs/java/endpoints/> or another 
framework of your choice which allows you to hit your own App Engine app as 
an API and have tasks enqueued. 

On Tuesday, November 24, 2015 at 2:07:39 PM UTC-5, Derek Perkins wrote:
>
> The App Engine task queue is fantastic and a vital part of our entire 
> system setup. We need to have some more control over pieces of our 
> architecture and run our own GCE instances outside MVMs. Is there a chance 
> that the task queue will be made available outside the GAE sandbox? I've 
> seen an alpha REST API, but that only applies to pull queues and doesn't 
> appear to be getting much attention. I'd rather not switch to using 
> iron.io or run my own RabbitMQ setup because the task queue has 
> functioned flawlessly for us for 1.5 years.
>

-- 
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/cad27c7d-496a-4b28-b453-aafcf9e1144f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to