Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved task into priority queue, after that it failed to run #4

Open
kianting opened this issue Sep 3, 2018 · 0 comments
Open

Moved task into priority queue, after that it failed to run #4

kianting opened this issue Sep 3, 2018 · 0 comments

Comments

@kianting
Copy link

kianting commented Sep 3, 2018

Hello, I have segregated the task according to priority queues, when I run yeoman under debug mode I can see that the task is being queued but it is not being but only the task that falls in initialising and prompting queues are being executed. How do I trouble shoot the priority queues and make the task run? Is it something that I am doing that is wrong? Cause if we are to create composite generators to extend your code we need the priority queues to orchestrate the task. Those problem we are facing now is that the task no longer runs and that only task that falls under priority queues of prompting and initialising is running.

Is there a reason why the task created in your code is not put into priority queues?

The following is the print out when I run yeoman using debug mode. You can see that yoemen recognises the task places in the priority queues, and it is queuing each function accordingly, but only the task that falls under initialising and prompting is being executed.

`yo test-proxy
yeoman:generator Queueing initializing in initializing +0ms
yeoman:generator Queueing prompting in prompting +1ms
yeoman:generator Queueing configuring in configuring +0ms
yeoman:generator Queueing apiProxy in writing +0ms
yeoman:generator Queueing grunt in writing +1ms
yeoman:generator Queueing node in writing +0ms
yeoman:generator Queueing tests in writing +0ms
yeoman:generator Queueing config in writing +0ms
yeoman:generator Queueing git in writing +0ms
yeoman:generator Queueing others in writing +0ms
yeoman:generator Queueing copyApigeeConfigTemplate in writing +0ms
yeoman:generator Queueing copyDefault in writing +0ms
yeoman:generator Queueing copyPackage in writing +0ms
yeoman:generator Queueing copyReadme in writing +0ms
yeoman:generator Queueing conflicts in conflicts +0ms
yeoman:generator Queueing install in install +0ms
yeoman:generator Queueing swaggerImport in end +0ms
yeoman:generator Running initializing +1ms
Inializing yo ...
yeoman:generator Running prompting +2ms
launching prompt ...

Out of the box I include scaffolding apiproxy, Node.js, and Gruntfile to build your app.
? Your api name test-mahesh-api
? API Description test mahesh test
? Basepath /mahesh
? Organization Name test-public
? Swagger Specification`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant