Skip to content

Commit

Permalink
Merge pull request #110 from splunk/release/6.3.2
Browse files Browse the repository at this point in the history
Reverted back the joining queue
  • Loading branch information
arctan5x authored Nov 20, 2018
2 parents 9182b06 + 74d2326 commit 02c4813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splunk_eventgen/eventgen_nameko_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def start(self):
return "There is not config file known to eventgen. Pass in the config file to /conf before you start."
if self.eventgen_dependency.eventgen.check_running():
return "Eventgen already started."
self.eventgen_dependency.eventgen.start(join_after_start=True)
self.eventgen_dependency.eventgen.start(join_after_start=False)
return "Eventgen has successfully started."
except Exception as e:
self.log.exception(e)
Expand Down

0 comments on commit 02c4813

Please sign in to comment.