Open waaldev opened 1 year ago
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
I have installed Zero to JupyterHub on EKS and it was working fine for a while. However, after some time of usage, the hub service starts failing to start servers and returns an error 500. Restarting the services seems to fix the issue temporarily.
I would like to report this issue and request a solution to keep the hub service running without any failures. Any help would be greatly appreciated.
Steps to reproduce:
Start JupyterHub and wait for some times 2 or 3 days Try to start a server Observe the error 500 message Restart the hub deployment and try to start a server again Observe that the server starts successfully
Environment: Helm Chart version: 2.0.0 Database: Amazon Aurora MySQL
Config.yml:
Logs:
Thank you.