Victor Chen

Results 2 issues of Victor Chen

Hi, So I tried to set the prefetch_count for the new consumer to 1 with `Channel::ptr_t channel = Channel::Create("localhost",5672,"cat","meow","/",131072);` `std::string consumer_tag= channel->BasicConsume("queue", "test", false,false,false,1);` and also tried with this `channel->BasicQos(consumer_tag,1)`...

Hi, First of all, amazing project! From the report generated from http://sparklens.qubole.com/ , I see the ideal executor plot where it plot "the minimal number of executors (ideal) which could...