nens / raster-feeder

Scripts to feed and optimize realtime temporal data into raster stores.
GNU General Public License v3.0
0 stars 0 forks source link

Verkerk different redis for turn #24

Closed arjanverkerk closed 4 years ago

arjanverkerk commented 4 years ago

I have a different redis config used for turn, because the lizard volatile redis is dropping keys all day, braking turn. I also fixed the tests for the steps, since I totally bypassed the review system when implementing the "steps-single" script, leaving it in a broken state. My apologies, that was not nice.

In another private repo (rr-data) all the localconfigs are kept. There REDIS_HOST_TURN configs are set to 'localhost'. That is ok for the (staging & production) rr task servers, because they already have redis for celery and the only function of turn is now to prevent overlapping cronjobs on the same resource.