Comment 4 for bug 1581649

Revision history for this message
Ryan Brady (rbrady) wrote :

I was able to test running the API without Apache/WSGI and it ran with 100% success rate. I created a quick bash script to run mistral run-action from the cli in a loop of 100 iterations. We still need to figure out how to run Mistral API with WSGI.

Steps taken:

Disabled API WSGI:

1. removed /etc/httpd/conf.d/10-mistral_wsgi.conf
2. commented out "Listen 8989" in /etc/httpd/conf/ports.conf and restarted httpd

Started Mistral with cmd/launch.py:

mistral-server --config-file=/etc/mistral/mistral.conf --server=api