keter-2.0.1: Web application deployment manager, focusing on Haskell web frameworks
Safe HaskellNone
LanguageHaskell98

Keter.AppManager

Description

Used for management of applications.

Synopsis

Types

data Action Source #

Constructors

Reload AppInput 
Terminate 

Instances

Instances details
Show Action Source # 
Instance details

Defined in Keter.AppManager

Actions

reloadAppList :: AppManager -> Map Appname (FilePath, EpochTime) -> IO () Source #

Reset which apps are running.

  • Any app not listed here that is currently running will be terminated.
  • Any app listed here that is currently running will be reloaded.
  • Any app listed here that is not currently running will be started.

Initialize

Show