deckhand/docs/source
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
..
_static Trivial: Rename doc to docs to align with UCP standard 2018-03-15 15:03:29 +00:00
HACKING.rst Trivial: Rename doc to docs to align with UCP standard 2018-03-15 15:03:29 +00:00
api_client.rst Trivial: Rename doc to docs to align with UCP standard 2018-03-15 15:03:29 +00:00
api_ref.rst Trivial: Rename doc to docs to align with UCP standard 2018-03-15 15:03:29 +00:00
conf.py Trivial: Rename doc to docs to align with UCP standard 2018-03-15 15:03:29 +00:00
document_types.rst Trivial: Rename doc to docs to align with UCP standard 2018-03-15 15:03:29 +00:00
documents.rst Trivial: Rename doc to docs to align with UCP standard 2018-03-15 15:03:29 +00:00
exceptions.rst Fix uniqueness not being enforced at DB level for documents 2018-03-22 05:57:19 -04:00
getting-started.rst Enable multiple threads, disabled muliple workers 2018-04-02 12:38:20 -04:00
glossary.rst Trivial: Rename doc to docs to align with UCP standard 2018-03-15 15:03:29 +00:00
index.rst Trivial: Rename doc to docs to align with UCP standard 2018-03-15 15:03:29 +00:00
layering.rst Trivial: Rename doc to docs to align with UCP standard 2018-03-15 15:03:29 +00:00
overview.rst Trivial: Rename doc to docs to align with UCP standard 2018-03-15 15:03:29 +00:00
policy-enforcement.rst Trivial: Rename doc to docs to align with UCP standard 2018-03-15 15:03:29 +00:00
revision_history.rst Trivial: Rename doc to docs to align with UCP standard 2018-03-15 15:03:29 +00:00
substitution.rst Trivial: Rename doc to docs to align with UCP standard 2018-03-15 15:03:29 +00:00
testing.rst Trivial: Rename doc to docs to align with UCP standard 2018-03-15 15:03:29 +00:00
validation.rst Docs: Update ValidationPolicy documentation 2018-03-16 11:20:18 -04:00