octue / octue-sdk-python

The python SDK for @Octue services and digital twins.
https://octue.com
Other
9 stars 4 forks source link

Speed up event replayer #665

Closed cortadocodes closed 2 months ago

cortadocodes commented 3 months ago

Feature request

Use Case

Event replaying should be quick.

Current state

Currently it takes 56s to replay 1000 events, even if only_handle_result=True.

Proposed Solution

Investigate reducing operations carried out both when just handling the result event and more generally.