- Swapping active nodes
- Can swap to a broken node but then can't swap back to a working node
- Only possibly by deactivating first
- Check when swapping seems to use current active node instead of node being connected to
- Can swap to a broken node but then can't swap back to a working node
- Check database integration
- mysql
- Notifications
- Slack
api/helpers
get-admin-email-list.js
- Convert to asyncsend-slack-notification.js
- Convert to async
- Encryption at rest
config/models.js
dataEncryptionKeys
- https://sailsjs.com/docs/concepts/orm/model-settings#?dataEncryptionKeys
- Replace
lodash
with"@sailshq/lodash": "^3.10.3"
?