Mahesh Patel
Mahesh Patel
I have the same issue on [Flipkart Price drop alert](http://www.trakcheap.com/) Any solution ?
@lohiaad Please take a note of this issue
I too have issues even with 1 ASIN, for me the error is ""Error occurred from AmazonMws API", i checked everything looks good and test the same data on scratchpad...
This works for me. ``` //process queue bullQueue.isReady(()=>{ bullQueue.process( (job='', jobDone) =>{ console.log('Started Queues.'); jobDone(); // await processJobs(job, data); }); }) ```
> @macpatel I cannot find `isReady` in the docs in https://github.com/OptimalBits/bull/blob/develop/REFERENCE.md, do you know why? Don't remember how i ended up with this. Check this -> https://github.com/OptimalBits/bull/issues/567 https://github.com/OptimalBits/bull/search?q=isReady&unscoped_q=isReady