Parameter: REFRESH_SCHEDULER_RECURRENCE

Definition

The recurrence period of the scheduler in charge of refreshing the offer cache

Description and Use

This system parameter defines a recurrence date for the scheduler in charge of refreshing the offer cache.

By default, this parameter is set to every five minutes.

Syntax and Constraints

The parameter value is made of a sequence of fields separated by "/". The grammar is based on UNIX CRON grammar: minute/hour/day of the month/month/weekday with:

  • "-" is the delimiter for value intervals. Ex.: 0-59
  • "," is the delimiter for values. Ex.: 0,12
  • "/" is the delimiter for fields. Ex.: 0h/0m/sun
  • minute (0-59). Symbol: m
  • hour (0-23). Symbol: h
  • day of the month (1-31). No symbol. Note that "$" means the last day of the month.
  • month of the year. Symbols: "jan", "feb", "mar", "apr", "may", "jun", "jul", "aug", "sep", "oct", "nov", "dec"
  • day of the week. Symbols: "sun", "mon", "tue", "wed", "thu", "fri", "sat"

Note

A field (day, hour, minute...) which is not set in the recurrence pattern is equivalent to "every" unless for seconds which is equivalent to 0 second. For example, to trigger a process every day at 6AM, set up the recurrence pattern to "6h/0m".

Examples

  • 0h/0m/0s: Every day at midnight
  • 14h/0,30m/0s/mon-fri: Monday to Friday at 2:00 p.m. and 2:30 p.m.
  • 0-23h/0-59m/0,10,20,30,40,50s: Every 10 seconds
  • 0h/0m/1,15,$: The 1st, the 15th and the last day of each month at midnight

Technical Details

For more information, consult this section.

Name REFRESH_SCHEDULER_RECURRENCE

The recurrence period of the scheduler in charge of refreshing the offer cache

Category Parameter
Type String
Access (RO/RW)

RW(+): Dynamic Read / Static and Dynamic Write

An immediate change is possible but is temporary. When it is relevant, change the permanent settings used by the SAP CC Core Server system when it restarts.

Use the Admin+ user interface to change the runtime values or the permanent values of this system parameter in an instance of the SAP CC Core Server system or in multiple instances.

Groups
Instance Type This system parameter is only available in the following type of instances in a running SAP CC Core Server system:
  • dispatcher
Default Value (Factory Settings)

The predefined default value is:

Instance Type Value
Dispatcher 0-23h/0,5,10,15,20,25,30,35,40,45,50,55m/0s/

You can use a default value to reset the runtime value or the restart value (persistent) in the Admin+ user interface.

Note

A default value is part of the factory settings of the SAP CC Core Server systems. It differs from the original value set during the installation or after the Customizing activities.

In Admin+, you can reset a parameter value to this default value, but it is not recommended:

  • This value may differ from the original value set during the installation of your SAP CC system.
  • Note that it may also differ from the value defined by the implementation project team and set during the Implementation Phase of the integration project.
Verify the values in your running SAP CC systems before to use the reset command.