denishpatel / pygmy

Pygmy: Saving AWS Bills on Standby DB Servers
5 stars 1 forks source link

Exception to be managed needs to be saved in the db #17

Closed AadiMehta closed 3 years ago

AadiMehta commented 3 years ago

Save exceptions when rules are not supposed to be run in the db. E.g Christmas ( 25th Dec ) etc.

denishpatel commented 3 years ago

Another feedback on scheduled exception windows per cluster.. Exception windows are one-time events. We are planning to use them for situations when a customer plans to have a burst of load at a time when there normally wouldn't be any, or if we're planning to do maintenance work anyway and we wouldn't want pygmy stopping instances on us.

AadiMehta commented 3 years ago

General feedback:

  1. Add exceptions, cluster wise.
  2. API interface to add exception ( accept cluster Id and exception day )
AadiMehta commented 3 years ago

Added UI as well for better customer use