Skip to content

Commit

Permalink
Merge pull request #1447 from jasonnance/jasonnance-1437
Browse files Browse the repository at this point in the history
Allow scheduler to listen on unix socket normally
  • Loading branch information
Tarrasch committed Dec 3, 2015
2 parents d366a63 + fe4a25d commit a627e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luigi/cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ def luigid(argv=sys.argv[1:]):
filename=os.path.join(opts.logdir, "luigi-server.log"))
else:
logging.basicConfig(level=logging.INFO, format=luigi.process.get_log_format())
luigi.server.run(api_port=opts.port, address=opts.address)
luigi.server.run(api_port=opts.port, address=opts.address, unix_socket=opts.unix_socket)

0 comments on commit a627e33

Please sign in to comment.