Skip to content

Commit 8ddb45d

Browse files
committed
Add shutdown to executor
1 parent eaaa847 commit 8ddb45d

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

file_automation/utils/executor/action_executor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ def __init__(self):
7979
"start_blocking_scheduler": scheduler_manager.start_block_scheduler,
8080
"start_nonblocking_scheduler": scheduler_manager.start_nonblocking_scheduler,
8181
"start_all_scheduler": scheduler_manager.start_all_scheduler,
82+
"shutdown_blocking_scheduler": scheduler_manager.shutdown_blocking_scheduler,
83+
"shutdown_nonblocking_scheduler": scheduler_manager.shutdown_nonblocking_scheduler,
8284
}
8385
# get all builtin function and add to event dict
8486
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 = "automation_file_dev"
9-
version = "0.0.14"
9+
version = "0.0.15"
1010
authors = [
1111
{ name = "JE-Chen", email = "zenmailman@gmail.com" },
1212
]

0 commit comments

Comments
 (0)