Configuration

The editable configurations of the Process Pipelines can be found under Pacemaker  Import  Pipeline Settings

General settings

Config Type Default Description

source directory

Text

var/pacemaker/import

Working directory of imports.

  • Relative path within the Magento installation

general settings

Catalog import

Config Type Default Description

Enable Catalog Import Pipeline

YES/NO

YES

Enables/disables the use of the catalog import pipeline for
  • Attributes

  • Categories

  • Products

File Name Pattern

Text

/(attribute-set|attribute|category|product)-import_(?P<identifier>[0-9a-z\-])([_0-9]?).(csv|ok)/i

Defines the name pattern for importing files with Regular Expression.

The general standard for
  • Products

  • Attributes

  • Categories

File Name Pattern (Link)

Text

/product-import-link_(?P<identifier>[0-9a-z\-])([_0-9]?).(csv|ok)/i

Defines the name pattern for importing files with Regular Expression for
  • product links

File Name Pattern (Variant)

Text

/product-import-variant_(?P<identifier>[0-9a-z\-])([_0-9]?).(csv|ok)/i

Defines the pattern for importing files with Regular Expression for
  • product variants

File Name Pattern (Additional Attributes)

Text

/product-import-additional-attribute_(?P<identifier>[0-9a-z\-])([_0-9]?).(csv|ok)/i

Defines the pattern for
  • importing files with Regular Expression for additional attributes

catalog import

Price import

Config Type Default Description

Enable Price Import Pipeline

YES/NO

YES

Enables/disables the use of the price import pipeline for prices and tier prices.

File Name Pattern

Text

/(product-import)-(price|tier-price)_(?P<identifier>[0-9a-z\-])([_0-9]?).(csv|ok)/i

Defines the name pattern for importing files with Regular Expression.

  • General standard for prices and tier prices

price import

Customer import

Config Type Default Description

Enable Customer Import Pipeline

YES/NO

YES

Enables/disables the use of the customer import pipeline.

File Name Pattern

Text

/(customer)-import_(?P<identifier>[0-9a-z\-])([_0-9]?).(csv|ok)/i

Defines the name pattern for importing files with Regular Expression.

  • General standard for customers

customer import

media import

Config Type Default Description

Enable Media Import Pipeline

YES/NO

YES

Enables/disables the use of the media import pipeline for images and videos.

File Name Pattern

Text

/(product-media)-import_(?P<identifier>[0-9a-z\-])([_0-9]?).(csv|ok)/i

Defines the name pattern for importing files with Regular Expression.

  • General standard for images and videos

media import

Catalog Import / Media Cache Cleanup

Config Type Default Description

Enable Media Cache Invalidation

YES/NO

YES

Removes image files from the cache directory if the import has delivered new content with an existing file name.

Enable Media Cache Generation

YES/NO

NO

Regenerates the media image cache by calling the Magento CLI command bin/magento catalog:images:resize.

catalog import media cache cleanup 2

Inventory import

Config Type Default Description

Enable Inventory Import Pipeline

YES/NO

YES

Enables/disables the use of the inventory import pipeline.

File Name Pattern

Text

/(product-import)-inventory_(?P<identifier>[0-9a-z\-])([_0-9]?).(csv|ok)/i

Defines the name pattern for importing files with Regular Expression.

  • General standard for stocks

inventory import

Gift card import

Config Type Default Description

Enable Gift Card Import Pipeline

YES/NO

YES

Enables/disables the use of a gift card import pipeline.

File Name Pattern

Text

/(giftcard)-import_(?P<identifier>[0-9a-z\-])([_0-9]?).(csv|ok)/i

Defines the name pattern for importing files with Regular Expression.

  • General standard for gift cards

gift card import

Indexer settings

Config Type Default Description

Enable Pacemaker Indexer

YES/NO

YES

Enables/disables the use of the Pacemaker Indexer.

Excluded Indexers

Multiselect

none

Selected indexers will not block the execution of other indexers.

Indexer can also be excluded by DI configuration. Indexers excluded by DI do not appear in this list.
This configuration should only be used by people who are fully aware of what they are doing.

Time between two indexer pipelines

Text - Timespan

10

Defines the maximum period in minutes between two indexer pipelines.

Schedule for Indexer Pipelines

Text (Cron Expression Format)

* * * * *

Cron Expression to manage the pacemaker indexer runs. UTC is used by default.

Indexer Pipeline CleanUp Time

Text - Timespan

2 hours

Defines a period from which indexer pipelines older than XXX get deleted.

Enable Indexer Fixer

YES/NO

NO

Add step to Pacemaker indexer pipeline to fix incorrect indexer status caused by an error during indexing.

Fixed Indexer Status

valid/invalid

2 hours

Select indexer status to be set in case of incorrect indexer status caused by an error during indexing.

Suppress Pacemaker Indexing

YES/NO

NO

Suppresses pipelined indexing.

This option should only be used to perform many consecutive imports. Keeping this option active for a significant period of time is not recommended.

indexer settings

Indexer threshold configuration

Config Type Default Description

The relevant configuration options can get used to set a delta limit for each indexer and thus optimize the index behavior.

  • When the limit is reached/exceeded, a full reindex process is started instead of a delta index process

  • This setting is used for the PurposeChain