discogs / pymongo-job-queue

MongoDB-based message queue
https://pypi.python.org/pypi/pymjq
MIT License
19 stars 20 forks source link

Added Silent Mode for JobQueue(Issue #8) #9

Closed shanmbic closed 8 years ago

shanmbic commented 8 years ago

Hi Guys, In response to Issue #8 , I added the 'silent' keyword , which is set to False as default . While waiting for new jobs, if it is set to True it will not print 'waiting'. Am I missing something here ??

codecov-io commented 8 years ago

Current coverage is 80.73% (diff: 50.00%)

Merging #9 into master will decrease coverage by 0.57%

@@             master         #9   diff @@
==========================================
  Files             2          2          
  Lines           107        109     +2   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits             87         88     +1   
- Misses           20         21     +1   
  Partials          0          0          

Powered by Codecov. Last update 1b542bf...e661327

accraze commented 8 years ago

Hey @shanmbic thanks for the PR! This looks good :+1: