Giter Site home page Giter Site logo

Comments (3)

soundofjw avatar soundofjw commented on July 29, 2024

Not expected but we have the same issue. Definitely worth investigating
further.

On Sun, Aug 9, 2015, 1:25 AM Mayank Bhagya [email protected] wrote:

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?

@aozarov https://github.com/aozarov


Reply to this email directly or view it on GitHub
#52.

from appengine-pipelines.

mayankbhagya avatar mayankbhagya commented on July 29, 2024

I think that happens because the queue name is taken from _PipelineContext rather than the pipeline itself.

I am still not sure because I haven't investigated whether the yielded pipelines inherit the context from their parent pipelines.

from appengine-pipelines.

cdman avatar cdman commented on July 29, 2024

Yes, I too would love to have this feature (controlling the task queue on a per-task rather than per-pipeline basis). My usecase is the following: I have some tasks which require a small number of larger (B4) instances while others require a large number of smaller (F2) instances. Thus I have two modules: one with auto-scaling F2s and the other with manual scaling B2s. I would be nice to integrate all this with pipelines (currently it's a Rube-Goldberg machine with tasks and asynchronous pipelines).

from appengine-pipelines.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.