Skip to content

Commit

Permalink
doc/specs.md - A few TODOS are TODONES.
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed Jan 30, 2023
1 parent b4b5796 commit 82d6b8f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions doc/specs.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,16 +246,13 @@ This is a working proof-of-concept. Some TODOs (no particular oder):
loco import --detect
```
* Process management
* Implement support for background launching
* For BG processes, route console output to log files
* Find a more meaningful protocol to detect when a service has really come online, then:
* Use this to improve/fix launching of dependencies (so that we don't need 'sleep' hacks in any of the config files)
* Use this to improve/fix timing of the startup messages.
* Quality assurance
* Add test coverage for variable evaluation
* Add test coverage for CLI options
* Add test coverage for start/stop/restart
* Other Usability
* Other usability
* When initializing services, create a checksum of the configuration. When starting a service, compare the checksum and warn if it's changed.
* Allow flagging some services to *always* init on startup.
* Allow flagging some services to *autorestart* when certain files are changed.
Expand Down

0 comments on commit 82d6b8f

Please sign in to comment.