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-admin-app 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-admin-app starts up, it produces the following warnings:
March 15th 2019, 10:56:59.604 solr-admin-app WARNING: Do not use the development server in a production environment.
March 15th 2019, 10:57:05.399 solr-admin-app WARNING:werkzeug: * Debugger is active!
This is technical debt due to work that was never completed when the solr-admin-app 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-admin-app needs production web server
Description:
The
solr-admin-app
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-admin-app
starts up, it produces the following warnings:This is technical debt due to work that was never completed when the
solr-admin-app
was created.Acceptance / DoD:
The text was updated successfully, but these errors were encountered: