Skip to content

Commit 46ecd8b

Browse files
authored
Merge pull request #1042 from dkalocGD/dka/cq-1282-remove-comments
feat(cancellation): Remove obsoleted code comments
2 parents 7912908 + 338ad07 commit 46ecd8b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

gooddata-sdk/gooddata_sdk/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def __init__(
3737
`executions_cancellable` is a flag that sets all executions computed through this client as cancellable.
3838
In case a request for a result is interrupted, the GD server will try to free resources like killing sql queries
3939
related to the given execution.
40-
*This feature does not work yet, it will be rolled out soon.*
4140
"""
4241
self._hostname = host
4342
self._token = token

gooddata-sdk/gooddata_sdk/compute/service.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,6 @@ def cancel_executions(self, executions: dict[str, dict[str, str]]) -> None:
270270
Try to cancel given executions using the cancel api endpoint.
271271
Order of token applications is not guaranteed.
272272
273-
*Note that this is currently a noop, we will be enabling this functionality soon.*
274-
275273
Args:
276274
executions: maps workspace_id |-> result_id_to_cancel_token_pairs
277275
"""

0 commit comments

Comments
 (0)