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 3 weeks ago

YeagerAI-Bulat commented 3 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 1 week ago

@mentatbot

github-actions[bot] commented 1 week ago

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

github-actions[bot] commented 1 week ago

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

github-actions[bot] commented 1 week ago

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

github-actions[bot] commented 1 week ago

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

github-actions[bot] commented 1 week ago

The workflow to fix this issue encountered an error. Please check the workflow logs for more information.

YeagerAI-Bulat commented 8 hours ago

@mentatbot

mentatbot[bot] commented 7 hours ago

I will start working on this issue