edgi-govdata-archiving / web-monitoring-db

An HTTP API for tracking and annotating changes to a set of web pages.
https://api.monitoring.envirodatagov.org/
GNU General Public License v3.0
17 stars 26 forks source link

Add disabled notice to AnalyzeChangeJob #1091

Closed Mr0grog closed 1 year ago

Mr0grog commented 1 year ago

We've disabled AnalyzeChangeJob via configuration in production. Since we also expect to never make use of it again, I've added a note in the code (I opted not to delete it in case it needs to get turned on in the future -- someone could always go get it back from the git history, but since there is no technical maintainer to replace me, I'm worried that's too big of a barrier.)

Fixes #1090.

Mr0grog commented 1 year ago

For reference, the configuration change is in commit 6e61be326d91ff08edd22d8bf4cfc36a6844a5cd of the ops-internal repo (not stored on GitHub, since it contains secrets).