Open
Description
Currently, the user has to bother about scheduling, starting and stopping a Thing
's python script on their own. They may also install it as a system service to automatically run the Thing at startup. To kill, they have to close the system service or restart it by using service restart commands.
It would be nice to have a tested tool suggested to them which will do exactly this but can show all the Thing
's running on the computer.
One needs to carry out a survey of web tools that start and stop python services with following features:
- support levels in starting. This means that the tool should be able to start one script after another if necessary. This is useful for pipelines of
Thing
's where oneThing
depends on another's existence. - carry out group kill and group start
- segregate scripts according to computer hostname & offer to view them like that
- offer global levels of starting where a script in computer 1 is started before script in computer 2
- optionally, applies to python in general itself, not just for starting and stopping Things
If such a tool does not exists,
- create an independent project from this repository with MIT license
- Implement the features with the same frontend CSS of material design like Thing Control Panel.
- Integrate it with another app called the portal
- test and update this repository documentation
Metadata
Metadata
Assignees
Type
Projects
Status
No status