Richard

Results 1 issues of Richard

``` >>> queue = MongoQueue(Connection('localhost').doctest_queue, consumer_id='consumer-1', timeout=300, max_attempts=3) >>> queue.put({"foobar": 1}) TypeError: 'Collection' object is not callable. If you meant to call the 'insert' method on a 'Database' object it...