Skip to content
Snippets Groups Projects
Commit 2b991da3 authored by shinedday's avatar shinedday
Browse files

fix scheduler exit

parent 453e05f3
Branches
Tags v0.0.3
No related merge requests found
...@@ -159,4 +159,4 @@ class Scheduler(Schedulable): ...@@ -159,4 +159,4 @@ class Scheduler(Schedulable):
# exit # exit
self.client.publish("scheduler/schedulable/wakeup", "") self.client.publish("scheduler/schedulable/wakeup", "")
self.client.publish("scheduler/agent/wakeup", "") self.client.publish("scheduler/agent/wakeup", "")
sleep(2) sleep(5)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment