As per our current code when we get purging rules (sub find_purging_rules) for a command we don't take into account the command set name, we just take the rules.

rules = {
  'keep_last' => 1000,
  'purge_older_than' => 2592000
};

  • No labels