d23e0a65b2
In case if application is under Apache+mod_wsgi it is not recommended to use signals [1]. We need to have configuration option for handling 'touch file' event instead of signal. Alternative solutions: 1) watchdog: can monitor only directories, has issues with eventlet [2]. 2) inotify: works only with linux-based systems. [1] https://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIRestrictSignal [2] https://github.com/gorakhargosh/watchdog/issues/332 Change-Id: I6ef02457f21da8e6fbd50e57bfa503b3c31ddd76 Implements: blueprint guru-meditation-report-file-touch |
||
---|---|---|
.. | ||
__init__.py | ||
test_base_report.py | ||
test_guru_meditation_report.py | ||
test_openstack_generators.py | ||
test_views.py |