-
Notifications
You must be signed in to change notification settings - Fork 12
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
CLI app as daemon? #25
Comments
This was not a question. It was a missing feature. |
I think you may need the |
Thanks, hadn't found it in the docs when I opened this issue. I'll look it up and will give feedback soon. |
@graemerocher the application will just shutdown if I do not add a while(true) loop. |
I have a similar issue now, was this ever followed up or did you find a solution? |
@prshnt I interpreted the suggested solution to be adding a |
@remkop ah okay. thanks. |
Task List
Steps to Reproduce
Expected Behaviour
The app should run as daemon.
Actual Behaviour
The app does not find a http server and quits.
Environment Information
Example Application
I think it's easy enough to reproduce.
Well If I leave out Picolli and add http-server-netty as a dependency, it works as expected. But in this case, I'd like to see CLI application which I can start using picolli CLI and the scheduler gets configured through picolli.
The text was updated successfully, but these errors were encountered: