yeagerai / genlayer-simulator

MIT License
16 stars 8 forks source link

SIM-BE-Add production WSGI server for backend and webrequest containers #579

Open YeagerAI-Bulat opened 2 weeks ago

YeagerAI-Bulat commented 2 weeks ago

We have identified that the backend is running using the Werkzeug development server in debug deployment. This is evidenced by the following warning message: WARNING | Werkzeug appears to be used in a production deployment. Consider switching to a production web server instead. Also, using the Flask development server to run the application in a production environment is not recommended due to performance and security concerns:

Recommendation:

To ensure optimal performance, security, and stability, it is recommended to replace the Werkzeug development server with a production-grade server. Consider using one of the following options:

Action Items:

Benefits:

YeagerAI-Bulat commented 23 hours ago

@mentatbot

github-actions[bot] commented 12 hours ago

OpenHands started fixing the issue! You can monitor the progress here.