Skip to content

Commit 6925bbf

Browse files
committed
Add shutdown to executor
1 parent f2d776b commit 6925bbf

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

.idea/workspace.xml

Lines changed: 3 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

je_auto_control/utils/executor/action_executor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ def __init__(self):
9797
"start_blocking_scheduler": scheduler_manager.start_block_scheduler,
9898
"start_nonblocking_scheduler": scheduler_manager.start_nonblocking_scheduler,
9999
"start_all_scheduler": scheduler_manager.start_all_scheduler,
100+
"shutdown_blocking_scheduler": scheduler_manager.shutdown_blocking_scheduler,
101+
"shutdown_nonblocking_scheduler": scheduler_manager.shutdown_nonblocking_scheduler,
100102
}
101103
# get all builtin function and add to event dict
102104
for function in getmembers(builtins, isbuiltin):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "je_auto_control_dev"
9-
version = "0.0.89"
9+
version = "0.0.90"
1010
authors = [
1111
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
1212
]

0 commit comments

Comments
 (0)