Saasli / saasli-backend

Documentation
https://saasli.github.io/docs/
0 stars 0 forks source link

Create a 'Scheduled Events' table. #57

Open godd9170 opened 7 years ago

godd9170 commented 7 years ago

We want to move towards storing all the scheduled event parameters inside a database as opposed to within the provided JSON of the given CloudWatch Rule. Couple sweet benefits:

  1. We can develop a nice UI for creating new rules and retroactively altering them.
  2. We remove the risk of mismatching query intervals with rule schedules. (see #56)
  3. We can key in a logging table and get custom per-job usage history