ЕСОЗ - публічна документація

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

General

Decisions

#

Statement

Comment

1

Redis will be used as a cache storage instead of ETS

Shared cache - available for all pods

2

Redis cache will be updated:

  • on App startup

  • by scheduler if there are dictionary changes

All dictionary changes will be collected by trigger in separate table. Scheduler will periodically check for changes - if there are any changes - changed dictionary will be updated in Redis cache.

3

JSON schemas won’t be cached

In order to handle dictionary changes - JSON schema cannot be cached

  • No labels