Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-13902

runcronjob - mutex don't use siteacces

    XMLWordPrintable

Details

    • Icon: Improvement Improvement
    • Resolution: Obsolete
    • Icon: Medium Medium
    • Customer request
    • 3.10.1, 4.0.1
    • Cronjobs
    • None

    Description

      On a web site with multi siteaccess.
      If we want to use the same script at the same time on several siteaccess only one script will be execute, other will be lock by mutex.

      In the class ezruncronjob.php
      line 40
      $scriptMutex = new eZMutex( $scriptFile );
      should be replace by
      $scriptMutex = new eZMutex( $scriptFile.siteacces );

      it should be made optional via a cli option.

      Attachments

        Activity

          People

            unknown unknown
            jkn jkn
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: