Skip to content

Commit

Permalink
Merge pull request FederatedAI#2245 from FederatedAI/feature-1.5.0-fa…
Browse files Browse the repository at this point in the history
…te_flow-schedule

Feature 1.5.0 fate flow schedule
  • Loading branch information
jarviszeng-zjc authored Oct 30, 2020
2 parents dc7bd76 + c23b9e1 commit 01eb1dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/fate_flow/fate_flow_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ def internal_server_error(e):
}
)
# init
signal.signal(signal.SIGTERM, job_utils.cleaning)
signal.signal(signal.SIGCHLD, job_utils.wait_child_process)
# signal.signal(signal.SIGTERM, job_utils.cleaning)
# init db
init_flow_db()
init_arch_db()
Expand Down

0 comments on commit 01eb1dd

Please sign in to comment.