How do i set the cleanup to stop running

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • murugappan
    Active Community Member
    • Aug 2017
    • 539

    #1

    How do i set the cleanup to stop running

    Currently we are using Version 7.4. We know it is very old and we working on a migration options to the latest. I the mean time we have a problem. The CRM system seems to timeout very often, very slow and sometimes is unable to allocate PHP Memory chunks. We have conducted an analysis on the performance and identified corrective and fine tuning steps. One of the contributed we found appears to be the cleanup job. I have set the scheduled "clean up" to June and December. I also want to selective skip cleanup of certain parts. What is the setting to skip/stop. Currently the setting in config is:

    'cleanupJobPeriod' => '1 month',
    'cleanupActionHistoryPeriod' => '15 days',
    'cleanupDeletedRecordsPeriod' => '1 day',
    'cleanupAuthTokenPeriod' => '1 month',
    'noteDeleteThresholdPeriod' => '1 month',
    'noteEditThresholdPeriod' => '7 days',

    ​​nth',


  • yuri
    EspoCRM product developer
    • Mar 2014
    • 9877

    #2
    Hi,

    There are no more parameters other than ones that are listed in the docs: https://docs.espocrm.com/administrat...rams/#clean-up

    If I remember correctly, the cleanup performance was improved in v8.0 or later.


    Comment


    • murugappan
      murugappan commented
      Editing a comment
      Thank you for the response. Unfortunately we are still in version 7.4. What value can i put to prevent the cleanup? We normally do not delete records in Entities, especially emails due to audit requirements.
Working...