Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2017
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. onnecting to Database: { type: 'mysql',
  2. host: 'jf-live.cluster-cywm8szlwayi.eu-west-1.rds.amazonaws.com',
  3. port: 3306,
  4. database: 'jf',
  5. username: 'jf',
  6. password: '6cGaPeNmcN4dYvAf' }
  7. Connected to Database
  8. [ioredis] Unhandled error event: Error: Failed to refresh slots cache.
  9. at tryNode (/app/node_modules/ioredis/lib/cluster/index.js:375:19)
  10. at /app/node_modules/ioredis/lib/cluster/index.js:387:9
  11. at Timeout.<anonymous> (/app/node_modules/ioredis/lib/cluster/index.js:591:14)
  12. at Timeout.run (/app/node_modules/ioredis/lib/utils/index.js:153:16)
  13. at ontimeout (timers.js:473:15)
  14. at tryOnTimeout (timers.js:304:5)
  15. at Timer.listOnTimeout (timers.js:264:5)
  16. [ioredis] Unhandled error event: Error: Failed to refresh slots cache.
  17. at tryNode (/app/node_modules/ioredis/lib/cluster/index.js:375:19)
  18. at /app/node_modules/ioredis/lib/cluster/index.js:387:9
  19. at Timeout.<anonymous> (/app/node_modules/ioredis/lib/cluster/index.js:591:14)
  20. at Timeout.run (/app/node_modules/ioredis/lib/utils/index.js:153:16)
  21. at ontimeout (timers.js:473:15)
  22. at tryOnTimeout (timers.js:304:5)
  23. at Timer.listOnTimeout (timers.js:264:5)
  24. (node:1) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: connect ETIMEDOUT
  25. (node:1) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement