Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

General

Image RemovedImage Added

Logic

Configuration

Parameter

Description

Value

DICTIONARIES_CACHE_UPDATER_SCHEDULE

(Cron Format) How often to run scheduler

*/5 * * * *

Check for updates

All the dictionary changes are stored in dictionaries_changes table.

Query data from dictionaries_changes

  1. If there are no changes - do nothing

Update specific keys in cache

For each changed dictionary - apply such changes to cache

Clear changes

If the update process completed successfully - delete such record from dictionaries_changes