The only place I saw where this could be "overridden" is in the start() method, which works on the local dev_appserver but not with certain Mapreduce jobs on a deployed GAE environment.
It would seem this would need to be able to be added to with_params() to override the default task queue, along with the default target.
The text was updated successfully, but these errors were encountered:
I spoke with Google, and apparently the queue_name is not propagated to child pipelines. I had to subclass PipelineBase, MapreducePipeline, and MapperPipeline - and override the start() method there.
No pull request is absolutely needed, though it might be nice to have a way for child pipelines to inherit the task queues of their parents.
The only place I saw where this could be "overridden" is in the start() method, which works on the local dev_appserver but not with certain Mapreduce jobs on a deployed GAE environment.
It would seem this would need to be able to be added to with_params() to override the default task queue, along with the default target.
The text was updated successfully, but these errors were encountered: