Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit17616f5

Browse files
committed
delete unregistering of the worker
1 parente86210d commit17616f5

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

‎localstack-core/localstack/services/stepfunctions/backend/execution.py‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ def _reflect_execution_status(self):
9393

9494
defterminated(self)->None:
9595
self._reflect_execution_status()
96-
# Unregister the worker from the registry now that execution is complete
97-
execution_worker_registry.unregister(self.execution.exec_arn)
9896
self.execution.publish_execution_status_change_event()
9997

10098

‎localstack-core/localstack/services/stepfunctions/backend/test_state/execution.py‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ def terminated(self) -> None:
7272
self.execution.cause=exit_program_state.cause
7373
else:
7474
self._reflect_execution_status()
75-
# Unregister the worker from the registry now that execution is complete
76-
execution_worker_registry.unregister(self.execution.exec_arn)
7775

7876
def__init__(
7977
self,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp