CC-5709: Airtime Analyzer Queue

* Added StatusReporter class to make HTTP requests back to Airtime
* Handle even more errors now
* Added proper logging and log rotation
* Added --debug flag for increased logging.
This commit is contained in:
Albert Santoni 2014-03-05 22:43:47 -05:00
parent a6a64a2b9e
commit 59535850e2
7 changed files with 185 additions and 46 deletions

View file

@ -1,5 +1,5 @@
from nose.tools import *
import airtime_analyzer_queue
import airtime_analyzer
def setup():
print "SETUP!"