Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relocate max_shown_tasks and max_graph_nodes documentation under [scheduler] #3156

Merged
merged 3 commits into from
Apr 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions doc/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,24 +168,6 @@ log_level
logging_conf_file
Location of the logging configuration file.

max_shown_tasks
.. versionadded:: 1.0.20

The maximum number of tasks returned in a task_list api call. This
will restrict the number of tasks shown in task lists in the
visualiser. Small values can alleviate frozen browsers when there are
too many done tasks. This defaults to 100000 (one hundred thousand).

max_graph_nodes
.. versionadded:: 2.0.0

The maximum number of nodes returned by a dep_graph or
inverse_dep_graph api call. Small values can greatly speed up graph
display in the visualiser by limiting the number of nodes shown. Some
of the nodes that are not sent to the visualiser will still show up as
dependencies of nodes that were sent. These nodes are given TRUNCATED
status.

no_configure_logging
If true, logging is not configured. Defaults to false.

Expand Down Expand Up @@ -789,6 +771,24 @@ disable_window
scheduler forgets about disables that have occurred longer ago than
this amount of time. Defaults to 3600 (1 hour).

max_shown_tasks
.. versionadded:: 1.0.20

The maximum number of tasks returned in a task_list api call. This
will restrict the number of tasks shown in task lists in the
visualiser. Small values can alleviate frozen browsers when there are
too many done tasks. This defaults to 100000 (one hundred thousand).

max_graph_nodes
.. versionadded:: 2.0.0

The maximum number of nodes returned by a dep_graph or
inverse_dep_graph api call. Small values can greatly speed up graph
display in the visualiser by limiting the number of nodes shown. Some
of the nodes that are not sent to the visualiser will still show up as
dependencies of nodes that were sent. These nodes are given TRUNCATED
status.

record_task_history
If true, stores task history in a database. Defaults to false.

Expand Down