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

Set up good_job for ActiveJob backend #1097

Closed Mr0grog closed 1 year ago

Mr0grog commented 1 year ago

As part of slimming down the production cluster (https://github.com/edgi-govdata-archiving/web-monitoring-ops/issues/45), we can use good_job to do our job queuing in Postgres rather than running a Redis instance (we still use Redis as a cache, but that is outside the cluster).