Skip to content Skip to main navigation Skip to footer

Search: Maximum number of tasks limit exceeded

3 results

Understand SPE configuration file

…workers… explained article. server.n_task_limit # Sets limit for number of pending operations. server.n_task_limit = 1000 Sets the maximum number of “pending” tasks (see the asynchronous requests statuses in REST API documentation). This value basically sets the size of processing queue and therefore indirectly defines how quickly would the server be able to react to changes. E.g. if the server is…

Releases and Changelogs (SPE)

…available on the server, i.e. including those not currently running New: Added possibility to set score thresholds when calling GET/POST /technologies/speakerid4 (useful to limit the number of returned results when using large speaker groups) New: Added base docker image without any technology (phonexia/spe:3.61.0). Useful as a base image. Doesn’t work on its own. Fixed: Incorrect timestamps in multichannel diarization results…

Understand SPE configuration

…compute the optimal usage of that instance. This directive should be taken into account also in the user rights settings on the server resource utilization (see SPE documentation). # Sets limit for number of pending operations. server.n_task_limit = 1000 The results from finished tasks are held in memory for fast retrieval for a specified number of seconds. If database use…