Michael Zandstra

Results 5 comments of Michael Zandstra

I have a question in the same vein - given that you set the redis connection in createQueue, how can I be sure the right redis connection is being used...

My question is given this small sample script, where would one specify the redis connection? ``` javascript const kue = require('kue'); kue.Job.get(1, (err, job) => { console.log('removed job #1'); });...

Alright - that makes sense. Thanks so much for clarifying. Can't wait to see kue 1.0!

You're correct; the assets get delivered once all the client side JS runs. The downside is just the inability to test with JS disabled. I'm still working to understand the...

If I remove fields and use the following: ``` javascript var selector = new AdWords.Selector.model({ campaignEstimateRequests: [ { adGroupEstimateRequests: [ { keywordEstimateRequests: [ { keyword: { 'cm:text': 'homes', 'cm:matchType': 'PHRASE'...