simvue-io / python-api

Simvue Python API
https://docs.simvue.io
Apache License 2.0
4 stars 0 forks source link

Scalability improvements to the offline sender #456

Closed alahiff closed 3 months ago

alahiff commented 3 months ago
  1. Each time the sender is run all metrics & events updates are sent in one go for each run, rather than sending many tiny requests.
  2. The sender uses a thread pool to enable it to deal with more runs (ideally it would run continously instead but that's not possible on HPC login nodes).