Skip to content

Avoid saturation of listening thread

Laurent Deny requested to merge ldeny/improve_thread_usage into main

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [Yes]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Updates description?

  • Ensure that we have only one writing transaction per dataspace (limit risk of locking pg table)
  • Keep the listening thread outside of the pool of working threads

Merge request reports