Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (20 loc) · 667 Bytes

TODO.md

File metadata and controls

23 lines (20 loc) · 667 Bytes

Fix

  • 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

Test

  • Check database integration
    • mysql
  • Notifications
    • Email
    • Slack

Upgrade

  • api/helpers
    • get-admin-email-list.js - Convert to async
    • send-slack-notification.js - Convert to async

Future