ThingWorx Model Definition in Composer > System > Subsystems > Event Processing Subsystem
Event Processing Subsystem
The event processing subsystem manages event processing for subscriptions throughout ThingWorx.
Configuration
Event Queue Processing Settings
Base Type
Default
Notes
Min Threads Allocated to Event Processing Pool
NUMBER
16
Max Threads Allocated to Event Processing Pool
NUMBER
500
Max Queue Entries Before Adding New Working Thread
NUMBER
200000
Maximum number of entries to queue before adding a thread to the pool
* 
Event trigger and Subscriptions execute asynchronously. For example, a property update API request receives an immediate response when the property update action completes. It does not wait for the subsequent subscriptions that respond to the Data Change Event to complete.
Was this helpful?