geoblacklight / geo_monitor

A Rails engine for monitoring geospatial web services
Other
6 stars 1 forks source link

Migrate jobs and logic from Earthworks #17

Open thatbudakguy opened 3 months ago

thatbudakguy commented 3 months ago

The definition for the CheckLayerJob (and maybe other useful things) is currently in Earthworks: https://github.com/sul-dlss/earthworks/blob/main/app/jobs/check_layer_job.rb

It seems like this could be offered as part of the engine instead.

thatbudakguy commented 2 months ago

Also true of rake tasks: https://github.com/sul-dlss/earthworks/blob/main/lib/tasks/earthworks.rake