Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ def do(self,timestamp):
self.fn()
exit(0)
else:
# Don't need to wait
# have handler to get terminated process when SIGCHLD is raised
# in arrange_schedule.py

#TODO find out why there is still zombie process
return 0
except Exception as e:
#TODO logging the error message
Expand Down