deckhand/deckhand/control
Felipe Monteiro 5c9efa9d74 Enable multiple threads, disabled muliple workers
This sets multiple threads in Deckhand's chart config (4)
and set workers to just 1.

Deckhand's database is not configured to work with multiprocessing.
Currently there is a data race on acquiring shared SQLAlchemy
engine pooled connection strings when workers > 1. As a
workaround, we use multiple threads but only 1 worker. For more
information, see:

https://github.com/att-comdev/deckhand/issues/20

Change-Id: I60adeffff5461fdda957124232bc5a606baae413
2018-04-02 12:38:20 -04:00
..
views Document replacement: Update Document unique constraint 2018-03-28 17:08:03 -04:00
__init__.py DECKHAND-2: Design core Deckhand API framework 2017-06-27 19:26:51 +01:00
api.py Enable multiple threads, disabled muliple workers 2018-04-02 12:38:20 -04:00
base.py Add validation for empty documents inside multi-document payload 2018-03-31 22:36:55 -04:00
buckets.py Add validation for empty documents inside multi-document payload 2018-03-31 22:36:55 -04:00
common.py Implement sort filter 2017-11-29 20:53:21 +00:00
health.py Allow anonymous access for health and versions 2017-11-21 16:37:34 -06:00
middleware.py Header enforcement on Content-Length 0 2017-11-29 12:38:27 -06:00
revision_diffing.py Make middleware enforce and validate content-type 2017-10-23 17:02:01 +01:00
revision_documents.py Add functional tests for document replacement 2018-03-28 17:09:40 -04:00
revision_tags.py Add validation for empty documents inside multi-document payload 2018-03-31 22:36:55 -04:00
revisions.py Document replacement: Update Document unique constraint 2018-03-28 17:08:03 -04:00
rollback.py Make middleware enforce and validate content-type 2017-10-23 17:02:01 +01:00
validations.py Add validation for empty documents inside multi-document payload 2018-03-31 22:36:55 -04:00
versions.py Allow anonymous access for health and versions 2017-11-21 16:37:34 -06:00