Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. instead of immediately deleting records from "CachedUrls" table (the "\kApplication::incrementCacheSerial" method) instead:
    1. set their "Hash" column to 0
    2. set their "Url" column to an empty string
  2. add scheduled task, that would:
    1. run twice per day
    2. delete records in "CachedUrls" table that have "Hash" equals to "0" in batches (not more then 500 urls per run)

Related Tasks

Jira Legacy
serverSystem Jira
serverId513b375f-8291-3313-9d9f-704c39b1f915
keyINP-1759