You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The solr-synonyms-api uses a development web server. It should be changed to use a production web server, such as gunicorn, which is used in our other apps. When solr-synonyms-api starts up, it produces the following warnings:
March 15th 2019, 11:13:01.862 solr-synonyms-api WARNING: Do not use the development server in a production environment.
March 15th 2019, 11:13:04.360 solr-synonyms-api WARNING:werkzeug: * Debugger is active!
This is technical debt due to work that was never completed when the solr-synonyms-api was created.
Acceptance / DoD:
Product Owner advised if task >= 1 full-day, or forms part of the business day
Requires deployments
Test coverage acceptable
Peer Reviewed
Production burn in completed
The text was updated successfully, but these errors were encountered:
solr-synonyms-api needs production web server
Description:
The
solr-synonyms-api
uses a development web server. It should be changed to use a production web server, such asgunicorn
, which is used in our other apps. Whensolr-synonyms-api
starts up, it produces the following warnings:This is technical debt due to work that was never completed when the
solr-synonyms-api
was created.Acceptance / DoD:
The text was updated successfully, but these errors were encountered: