Controlling queue name of yielded pipelines

36 views
Skip to first unread message

Mayank Bhagya

unread,
Aug 9, 2015, 4:30:56 AM8/9/15
to Google App Engine Pipeline API

I have a pipeline 'P2' which has overridden the 'queue_name' property and returns 'Q2'.
I have another pipeline 'P1' which runs on the 'default' queue and yields 'P2'.
When yielded, the 'P2' task still runs on the 'default' queue rather than 'Q2'.


Is that a bug? Or is that behavior expected?


Thanks.

-mayank


PS: I couldn't find this group earlier. So opened an issue on github too. 

Sorry for being redundant!

Brett Slatkin

unread,
Aug 25, 2015, 1:18:48 PM8/25/15
to app-engine-...@googlegroups.com
--
You received this message because you are subscribed to the Google Groups "Google App Engine Pipeline API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to app-engine-pipeli...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Mayank Bhagya

unread,
Aug 26, 2015, 2:28:05 PM8/26/15
to Google App Engine Pipeline API
Thanks Brett.

It looks like only these properties can be changed using the 'with_params' method:

ALLOWED = ('backoff_seconds', 'backoff_factor', 'max_attempts', 'target')
https://github.com/GoogleCloudPlatform/appengine-pipelines/blob/master/python/src/pipeline/pipeline.py#L981 

So it won't help. :(
To unsubscribe from this group and stop receiving emails from it, send an email to app-engine-pipeline-api+unsub...@googlegroups.com.

Brett Slatkin

unread,
Aug 26, 2015, 3:00:26 PM8/26/15
to app-engine-...@googlegroups.com
I figure you could add it there?

To unsubscribe from this group and stop receiving emails from it, send an email to app-engine-pipeli...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Google App Engine Pipeline API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to app-engine-pipeli...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages