sc3 / cookcountyjail

A Django app that tracks the population of Cook County Jail over time and summarizes trends.
http://cookcountyjail.recoveredfactory.net/api/1.0/?format=json
Other
31 stars 23 forks source link

Implement a better mechanism to respond if DB audit fails #330

Open bepetersn opened 10 years ago

bepetersn commented 10 years ago

We need to get in place a better mechanism to handle results of DB audit, as there are multiple problems with our current approach. The most obvious is that it isn't working, currently. But we also need to consider things like concurrency, and a reusable interface for initiating other notifications. @nwinklareth had some ideas about this, I think. One of them was to generate a certain file on failure, and then poll for the existence of this file with cron, I think?