-
Notifications
You must be signed in to change notification settings - Fork 4
Remove newsroom.smgov.net from tracked websites #57
Comments
See also #56 |
@allejo: related to what I mentioned on the closure of #56. When I made ed16d7d and removed an old site, the aggregate WebJob started failing. Removing the site from the However, data generated prior to removing the site is never cleaned up. When aggregate runs following the removal, it uses the contents of the Two options I can think of: either use the keys from |
Ahhh that would make a lot of sense... Yea, I'm in favor of using As for cleaning up old data, we could have a manual WebJob available to delete any old data that we could run every so often? Or we could tie that WebJob/script to be run on deployment as well. |
Oh I like the idea of doing a clean on deployment! That plus moving aggregate to key off the |
Should the change go into the |
Let's revive that thing and get it merged! I think I was supposed to review your changes, right? |
Yea, and I just need to confirm that the generated data is the same as with the current script. |
Relying on the data in the filesystem is only reliable when working with a clean slate. However, deleting websites will leave old data behind, so instead of checking the filesystem, use Jekyll generated files for their actual purpose: being the authoritative source of sites & reports. Fixes #57
We launched www.santamonica.gov on September 22, which includes the newsroom functionality. On that date, we began redirecting newsroom URLs to the corresponding URLs on the newer site.
In the short-term, we can disable realtime reporting for newsroom.smgov.net.
In the long-term, we can completely remove newsroom.smgov.net. Since our longest reporting period is 90 days, the timeframe here is sometime after December 21, 2017.
The text was updated successfully, but these errors were encountered: