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.
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.