OpenDataServices / opendataservices-deploy

Repository used for deploying software to Open Data Services Co-operative's servers.
MIT License
5 stars 1 forks source link

Kingfisher Dev has no Process Crons #69

Closed odscjames closed 5 years ago

odscjames commented 5 years ago

It's because of https://github.com/OpenDataServices/opendataservices-deploy/blob/master/salt/ocdskingfisherarchive.sls#L45 and onwards, the next 4 cron statements.

Why is this there - can it be removed?

robredpath commented 5 years ago

The commit that adds them is https://github.com/OpenDataServices/opendataservices-deploy/commit/774bd6fa68f6a890ad99bfd5513ba4a105d82339 - seemingly to explicitly remove the crons for the archive server. I would assume that this was intended to disable functionality that's not relevant on the archive server, never expecting all parts of kingfisher to run on one box (as happens on kingfisher dev).

robredpath commented 5 years ago

We probably don't need to run the archive component on dev, as it's pretty lightweight, but check with @kindly as I know he's been doing some work to make more use of the spare clock cycles on that box for views purposes.

odscjames commented 5 years ago

I've chatted with @kindly and am sorting this now