Skip to content Skip to main navigation Skip to footer

Search: Maximum number of tasks limit exceeded

3 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…

Releases and Changelogs (SPE)

…after receiving reply from RLS (RLS v0.14.2 is required to fix the issue) Fixed: Websocket connection error may lead to accessing dealocated memory Fixed: Deleting tasks can leave files locked forever Fixed: Files are locked forever when task limit is reached Fixed: Misleading and confusing licensing error when HW profile does not match Fixed: Trace log messages during model initialization…

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…