File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ class MaintenanceEventListener
2121{
2222 public function onMaintenance (\Pimcore \Event \System \MaintenanceEvent $ e )
2323 {
24- \Pimcore::getContainer ()->get (SegmentBuilderExecutorInterface::class)->executeSegmentBuilderMaintenance ();
2524 \Pimcore::getContainer ()->get ('cmf.customer_exporter_manager ' )->cleanupExportTmpData ();
2625 \Pimcore::getContainer ()->get ('cmf.customer_provider.object_naming_scheme ' )->cleanupEmptyFolders ();
2726 }
Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ services:
9696 CustomerManagementFrameworkBundle\Maintenance\MaintenanceWorker :
9797 arguments :
9898 $serviceConfiguration :
99+ ' executeSegmentBuilderMaintenance ' : ' @CustomerManagementFrameworkBundle\SegmentManager\SegmentBuilderExecutor\SegmentBuilderExecutorInterface'
99100 ' processQueue ' : ' @CustomerManagementFrameworkBundle\SegmentAssignment\Indexer\IndexerInterface'
100101
101102 cmf.logger :
You can’t perform that action at this time.
0 commit comments