tcms change storage for .data files

Post Reply
dhryoer
Posts: 1
Joined: Tue Oct 29, 2019 10:01 am

tcms change storage for .data files

Post by dhryoer »

Hello,
We would like for the data that is written to the tcms/data/*.dat files be written into redis or memcached, which can be on another server.
we want to test your script via upstream load balancing, and need to write in/out data into one single place (redis or memcached) for the correct processing them by cron job.

Thank you.
admin
Site Admin
Posts: 37202
Joined: Wed Sep 10, 2008 11:43 am

Re: tcms change storage for .data files

Post by admin »

Hi, if we store it in memcache - how can we guarantee that those records are not deleted before cron job can process it?
Don't forget to run script update
Post Reply