For the complete list of functions and categories in this namespace, refer to the main admin functions page.
Function name | Description |
---|---|
admin:taskserver-get-debug-allow | This function returns the value for the debug-allow setting configured on the task server for the specified group. |
admin:taskserver-get-debug-threads | This function returns the number of debug threads configured on the task server in the specified group. |
admin:taskserver-get-default-inference-size | This function returns the default amount of memory (in megabytes) that can be used by sem:store for inference. |
admin:taskserver-get-default-time-limit | This function returns the default time limit configured on the task server for the specified group. |
admin:taskserver-get-file-log-level | This function returns the value for the file log level configured on the task server for the specified group. |
admin:taskserver-get-log-errors | This function returns the value for the log-errors setting configured on the task server for the specified group. |
admin:taskserver-get-max-inference-size | This function returns the maximum amount of memory in megabytes that can be used by sem:store for inference. |
admin:taskserver-get-max-time-limit | This function returns the maximum time limit configured on the task server for the specified group. |
admin:taskserver-get-name | This function returns the name of the task server for the specified group from the configuration. |
admin:taskserver-get-post-commit-trigger-depth | This function returns the maximum post-commit trigger depth configured on the task server for the specified group. |
admin:taskserver-get-pre-commit-trigger-depth | This function returns the maximum pre-commit trigger depth configured on the task server for the specified group. |
admin:taskserver-get-pre-commit-trigger-limit | This function returns the pre-commit trigger limit configured on the task server for the specified group. |
admin:taskserver-get-profile-allow | This function returns the value for the profile-allow setting configured on the task server for the specified group. |
admin:taskserver-get-queue-size | This function returns the number queue size configured on the task server for the specified group. |
admin:taskserver-get-threads | This function returns the number of threads configured on task server in the specified group. |
admin:taskserver-set-debug-allow | This function sets the value for the debug allow setting for the task server in the configuration. |
admin:taskserver-set-debug-threads | This function sets the value in the configuration of the maximum number of debug threads for the specified task server for each host in the group. |
admin:taskserver-set-default-inference-size | This function specifies the default value for any request's inference size. |
admin:taskserver-set-default-time-limit | This function sets the task server default time limit in the configuration. |
admin:taskserver-set-file-log-level | This function changes the host file log level setting for the task server in the configuration. |
admin:taskserver-set-log-errors | This function sets the value for the log errors setting for the task server in the configuration. |
admin:taskserver-set-max-inference-size | This function specifies the upper bound for any request's inference size. |
admin:taskserver-set-max-time-limit | This function sets the task server max time limit in the configuration. |
admin:taskserver-set-post-commit-trigger-depth | This function sets the value for the task server post-commit trigger depth in the configuration. |
admin:taskserver-set-pre-commit-trigger-depth | This function sets the value for the task server pre-commit trigger depth in the configuration. |
admin:taskserver-set-pre-commit-trigger-limit | This function sets the value for the task server pre-commit trigger depth in the configuration. |
admin:taskserver-set-profile-allow | This function sets the value for the profile allow setting for the task server in the configuration. |
admin:taskserver-set-queue-size | This function sets the value in the configuration of the maximum queue size for the specified task server. |
admin:taskserver-set-threads | This function sets the value in the configuration of the maximum number of threads for the specified task server on each host in the group. |