Error in notification scheduler: Error: Table 'kdalicax_notify_stg.notifications' doesn't exist
    at PromisePool.query (/home/kdalicax/public_html/notify/backend/node_modules/mysql2/lib/promise/pool.js:36:22)
    at Object.findPendingScheduledNotifications (/home/kdalicax/public_html/notify/backend/dist/models/notification.model.js:50:45)
    at Task._execution (/home/kdalicax/public_html/notify/backend/dist/jobs/notificationScheduler.js:46:66)
    at Task.execute (/home/kdalicax/public_html/notify/backend/node_modules/node-cron/src/task.js:17:25)
    at ScheduledTask.now (/home/kdalicax/public_html/notify/backend/node_modules/node-cron/src/scheduled-task.js:38:33)
    at Scheduler.<anonymous> (/home/kdalicax/public_html/notify/backend/node_modules/node-cron/src/scheduled-task.js:25:18)
    at Scheduler.emit (node:events:524:28)
    at Timeout.matchTime [as _onTimeout] (/home/kdalicax/public_html/notify/backend/node_modules/node-cron/src/scheduler.js:30:26)
    at listOnTimeout (node:internal/timers:581:17)
    at process.processTimers (node:internal/timers:519:7) {
  code: 'ER_NO_SUCH_TABLE',
  errno: 1146,
  sql: "SELECT * FROM notifications WHERE status = 'pending' AND scheduled_at <= CURRENT_TIMESTAMP AND is_archived = 0",
  sqlState: '42S02',
  sqlMessage: "Table 'kdalicax_notify_stg.notifications' doesn't exist"
}
Get profile error: Error: User kdalicax already has more than 'max_user_connections' active connections
    at PromisePool.query (/home/kdalicax/public_html/notify/backend/node_modules/mysql2/lib/promise/pool.js:36:22)
    at Object.findUserById (/home/kdalicax/public_html/notify/backend/dist/models/user.model.js:29:45)
    at getProfile (/home/kdalicax/public_html/notify/backend/dist/controllers/auth.controller.js:148:38)
    at Layer.handle [as handle_request] (/home/kdalicax/public_html/notify/backend/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/kdalicax/public_html/notify/backend/node_modules/express/lib/router/route.js:149:13)
    at authenticateToken (/home/kdalicax/public_html/notify/backend/dist/middleware/auth.js:14:9)
    at Layer.handle [as handle_request] (/home/kdalicax/public_html/notify/backend/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/kdalicax/public_html/notify/backend/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/kdalicax/public_html/notify/backend/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/kdalicax/public_html/notify/backend/node_modules/express/lib/router/layer.js:95:5) {
  code: 'ER_TOO_MANY_USER_CONNECTIONS',
  errno: 1203,
  sql: undefined,
  sqlState: '42000',
  sqlMessage: "User kdalicax already has more than 'max_user_connections' active connections"
}
