Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add host, port arguments for dagu server command #276

Closed
yottahmd opened this issue Aug 17, 2022 · 4 comments · Fixed by #284
Closed

Add host, port arguments for dagu server command #276

yottahmd opened this issue Aug 17, 2022 · 4 comments · Fixed by #284
Milestone

Comments

@yottahmd
Copy link
Collaborator

yottahmd commented Aug 17, 2022

example:

dagu server --host=somehost --port=8000
@yottahmd
Copy link
Collaborator Author

done

@pencilcheck
Copy link

does this work for dagu scheduler as well??

@yottahmd
Copy link
Collaborator Author

yottahmd commented Oct 4, 2022

@pencilcheck No, it does not. The dagu scheduler command only executes the scheduler process and does not start the web server for admin web UI, so it does not have the host and port arguments. dagu scheduler and dagu server processes need to be running separately.

@pencilcheck
Copy link

got it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants