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
feat(backend): enhance server shutdown process and Redis error handling
- Add 'init' flag to backend service in docker-compose for initialization.
- Modify start-dev.sh to use 'exec' for better process management.
- Set 'trust proxy' in app configuration for improved request handling.
- Update graceful shutdown to log connection closures for Prisma, Redis, and IORedis.
- Change signal handling to 'once' for shutdown events in app and worker.
- Improve Redis error logging by removing unnecessary object wrapping.
0 commit comments