OpenAPI: Add blocking indexing thread pool option

This commit is contained in:
2026-04-16 22:56:15 +02:00
parent 1b06ecfad6
commit e4fbaa4440
14 changed files with 98 additions and 14 deletions
@@ -20,6 +20,7 @@ Name | Type | Description | Notes
**rotation_indexing** | **bool** | | [default to False]
**rotation_indexing_min_angular_range_deg** | **float** | | [default to 20.0]
**rotation_indexing_angular_stride_deg** | **float** | | [default to 0.5]
**blocking** | **bool** | Indexing in Jungfraujoch goes with a dedicated thread pool. If set to false, the thread pool is non-blocking, i.e. if there are no threads available, image indexing will be skipped. If set to true, the thread pool will block until a thread is available. | [optional] [default to False]
## Example