CA
wise-white
Auto remove default key value stores after x amount of time
We heavily use the default key value store in our actor runs, but once the run is processed by our app, we don't need the data anymore.
Right now, the default stores stick around for two weeks I think, but this is causing our bill to be much higher than it needs to be.
We can delete/empty the stores programmatically after processing, but I was hoping there is an easier way to handle this with configs. I couldn't find anything in the docs so any suggestions would be great!
2 Replies
xenial-black•3y ago
Hello, usually these bills are negligible. You must be storing something gigantic. Since this is a unique issue, the programmatic deletion is the best.
wise-whiteOP•3y ago
Yep, we're storing lots of attachments.