dzuluaga / generator-apigee-deploy-grunt-api

Yeoman generator for apigee-deploy-grunt-api
MIT License
10 stars 5 forks source link

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

Open kianting opened 6 years ago

kianting commented 6 years ago

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`