Skip to content

Commit

Permalink
refs #4903 log if we resume an already existing queue
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed Mar 27, 2014
1 parent 4bbdd90 commit d40e217
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/CronArchive.php
Expand Up @@ -122,6 +122,9 @@ public function init()
$this->websites = new FixedSiteIds($websitesIds);
} else {
$this->websites = new SharedSiteIds($websitesIds);
if ($this->websites->getInitialSiteIds() != $websitesIds) {
$this->log('Will ignore websites and help finish a previous started queue instead. IDs: ' . implode(',', $this->websites->getInitialSiteIds()));
}
}

if ($this->shouldStartProfiler) {
Expand Down

0 comments on commit d40e217

Please sign in to comment.