Skip to content Skip to main navigation Skip to footer

Search: server.finished_task_timeout

5 results

Understand SPE configuration file

server.bsapi_comparator_fa_cache_size Runtime server.enable_authentication_token server.enable_resource_locker server.upload_max_filesize server.max_metadata_size server.tcp.queue server.tcp.threads server.cors_enable Tasks server.n_workers, server.n_realtime_workers server.n_task_limit server.task_priorities_enable server.task_default_priority server.finished_task_timeout Streams stream.http.enable input_stream.http.timeout stream.websocket.enable input_stream.websocket.max_payload_size stream.rtp.enable stream.rtp.bind_ip stream.rtp.min_port, stream.rtp.max_port input_stream.rtp.stream_limit input_stream.rtp.timeout output_stream.rtp.timeout Audio formats server.audio_formats.opus.enabled server.audio_formats.flac.enabled audio_converter.enabled audio_converter.command Reporting reporting.urls reporting.ssl.enabled reporting.ssl.ca_file reporting.ssl.certificate_file reporting.ssl.private_key_file reporting.ssl.private_key_password reporting.ssl.cipher_list External external.technologies.tts_connectors Generic settings server.bind_ip, server.port # IP address and port for server listening server.bind_ip = 0.0.0.0 server.port…

Understand SPE configuration

…is disabled, the results are lost after the timeout. If database use is allowed (default), the results can be retrieved from the database as long as the audio recording is stored in the SPE storage. # Timeout auto remove finished task server.finished_task_timeout = 60 Finale and large scale deployment The license settings is another part of the configuration prepared for…

Understand SPE processing queue

task has higher priority, i.e. gets handled even though it’s placed farther in the queue) When processing is done, the task state changes to “finished” and the final result is available for pickup for a limited time only. The time limit is defined by server.finished_task_timeout setting in SPE configuration file, default value is 60 seconds. The limit exists so that…

Releases and Changelogs (SPE)

…2016-02-09 2017-08-09 3.1 Public 2.1 2015-09-16 2017-09-16 2017-09-16 Public 2.0 2015-01-06 2016-07-06 2.1 Public Changelogs Speech Engine 3.61 (Public release) Speech Engine 3.61.0, DB v1901, BSAPI 3.61.0 (2024-03-27) New: Added endpoints /server/restart and /server/shutdown to restart/shutdown the server New: Added endpoint POST /technologies to configure technologies on server New: Added show_all parameter to GET /technologies endpoint, to return all technologies…

FAQs (PSP)

…pending request by status 202 – Accepted, server will create task and server will begin to process the file. In response HTTP header (in parameter “Location”) there is path for pending resource. In the body there is a ID of pending operation. Polling: Client asks on the pending resource (e.g. “get /pending/{ID}). Server will answer with status 200 and in…