Closed roberto-goncalves closed 7 years ago
@roberto-goncalves Conductor does not maintain TTL for the data. However, there is a remove method for workflows, which you can use periodically to remove workflows - it removes them from Redis and keeps in elasticsearch for any future investigation/records.
Hope this helps.
@v1r3n I will read about it! Thank you!
Hi, everyone!
Well, I'm using Conductor and testing Tasks input's and output's. My question is related to: There is a way of setting a expiration time on Conductor for data? A common workflow on a real-time process its like a 200k keys in a single day, this will get expensive through time. All that I want is to set a time for this data to persist, like one week, for example. This can be possible?
Thank you!