Table of Contents |
---|
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" } ] |
...