Skip to content

Implement Cache incremental refresh data on cron scheduled job

Ankita Srivastava requested to merge 402_ImproveTransformerCacheRefresh into master

Type of change

  • Bug Fix
  • [X ] Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)
#402

Does this introduce a change in the core logic?

  • [YES/NO] Yes

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [YES/NO] No

What is the current behavior?

Currently scheduled Cron job also destroys the cache and whole cache is re created.

What is the new/expected behavior?

Cron Job will perform incremental refresh (new records and updated records)

Have you added/updated Unit Tests and Integration Tests?

Any other useful information

Merge request reports