projectdoc Toolbox

Disable event processing in threads running bulk updates.

Identifier
de.smartics.projectdoc.eventing.threads.skipList
Type
List of Thread Names
Since
4.11.0

Allows to specify threads for which the projectdoc Toolbox' event processing should be skipped.

The names of threads are configured via this system property. The event processing checks the name of the current thread against the names found in the list. On a match, the current event is no further processed.

This feature allows administrators to prevent event handling during bulk operations. After the bulk operation is completed, the administrators must launch the projectdoc reindex process (via the REST API).