danmedani / pager_duty_stats

Gathering and Aggregating Pager Duty Statistics
MIT License
1 stars 0 forks source link

Make backend faster with caching / a database? #42

Open danmedani opened 4 years ago

danmedani commented 4 years ago

Maybe we can add some shared memory (maybe memcache or something) here to start. Things are pretty slow right now.

As part of this, let's also make a plan for longer term scaling (storing important bits of incidents in a database somewhere).