CC-5709: Airtime Analyzer
* Retry HTTP requests (kinda crappy, should find a better design pattern to solve this) - CC-5775 * Persist failed HTTP requests at shutdown
This commit is contained in:
parent
4fe9fc189a
commit
f491211167
5 changed files with 181 additions and 14 deletions
|
@ -38,6 +38,9 @@ This application can be run as a daemon by running:
|
|||
|
||||
$ airtime_analyzer -d
|
||||
|
||||
Other runtime flags can be listed by running:
|
||||
|
||||
$ airtime_analyzer --help
|
||||
|
||||
|
||||
Developers
|
||||
|
@ -81,8 +84,12 @@ To run the unit tests and generate a code coverage report, run:
|
|||
|
||||
$ nosetests --with-coverage --cover-package=airtime_analyzer
|
||||
|
||||
|
||||
Running in a Multi-Tenant Environment
|
||||
===========
|
||||
|
||||
|
||||
History and Design Motivation
|
||||
===========
|
||||
History and Design Motivation
|
||||
===========
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue