rabbah commented on issue #3071: delete old activations doesn't free disk space URL: https://github.com/apache/incubator-openwhisk/issues/3071#issuecomment-351371239 It could certainly grow - the metadata is small (< 1KB) but the result and logs could be MBs large in all. We are doing and discussing the following to reduce the load on the db: 1. Stop creating rule activation records and only create trigger activations if they cause actions to execute, 2. Possibly drop the trigger activation altogether in the future, 3. Retain logs in a seperate store with a much shorter retention and defer to a stack like ELK for longer longevity.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
