keter-2.1.5: Web application deployment manager, focusing on Haskell web frameworks. It mitigates downtime.
Safe HaskellSafe-Inferred
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 :: Map Appname (FilePath, EpochTime) -> KeterM AppManager () 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