deckhand/tools
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
..
functional-tests.sh Enable multiple threads, disabled muliple workers 2018-04-02 12:38:20 -04:00
helm_tk.sh Deckhand Makefile for CICD 2017-10-30 16:21:49 -04:00
run_pifpaf.sh Switch to stestr 2018-03-28 13:06:46 -04:00
unit-tests.sh Switch to stestr 2018-03-28 13:06:46 -04:00