You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGES.rst
+1
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ Version 0.9.0 (UNRELEASED)
10
10
- Adds configuration environment variable ``reana_server.environment.REANA_RATELIMIT_SLOW`` to limit API requests to some protected endpoints e.g launch workflow.
11
11
- Adds configuration environment variable ``reana_server.environment.REANA_WORKFLOW_SCHEDULING_READINESS_CHECK_LEVEL`` to define checks that are performed to assess whether the cluster is ready to start new workflows.
12
12
- Changes default consumer prefetch count to handle 10 messages instead of 200 in order to reduce the probability of 406 PRECONDITION errors on message acknowledgement.
13
+
- Changes configuration option ``quota.workflow_termination_update_policy`` to deactivate workflow termination accounting by default.
Copy file name to clipboardexpand all lines: helm/reana/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ This Helm automatically prefixes all names using the release name to avoid colli
112
112
|`volume_paths.shared_volume_path`| Path inside the REANA components where the shared volume will be mounted | /var/reana |
113
113
|`quota.enabled`| Enable user workflow accounting capabilities. | true |
114
114
|`quota.periodic_update_policy`| Cronjob pattern representing how often the users Disk and CPU quota usage should be updated. Leave it empty to deactivate it | "0 3 * * *" |
115
-
|`quota.workflow_termination_update_policy`| Resources to calculate quotas on worflow termination. Possible values: "cpu" and "disk". Leave it empty to deactivate workflow termination accounting. | "cpu,disk" |
115
+
|`quota.workflow_termination_update_policy`| Resources to calculate quotas on worflow termination. Possible values: "cpu" and "disk". Leave it empty to deactivate workflow termination accounting. | "" |
116
116
|`quota.default_disk_limit`| Default users disk quota limit in bytes. | None |
117
117
|`quota.default_cpu_limit`| Default users CPU quota limit in milliseconds. | None |
118
118
|`workspaces.paths`| List of additional workspace paths as strings. Each mount string is composed by a key `hostPath`(path to the directory to be mounted from the Kubernetes nodes) and a cluster_pod_mountpath (path inside the cluster containers where the `mountPath` will be mounted) e.g. `hostPath:mountPath`. The first value listed will be the default workspace root path. Any POSIX filesystem mounted on cluster nodes is supported | None |
0 commit comments