Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
Overview

The mod-data-export-spring module was originally implemented using the Spring scheduler. It works great's a working approach, however it has drawbacks due to being an in-memory scheduler:

...

Module disabling for tenant

Tenant's schedules deletion is done in scope of module disable for tenant, ex.:

Code Block
$OKAPI_URL/_/proxy/tenants/_/proxy/tenants/diku/install?purge=true 
 [
	{
		"id": "mod-data-export-spring-3.0.0-SNAPSHOT",
		"action": "disable"
	}
]

...