Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.34 KB

console-server.md

File metadata and controls

34 lines (22 loc) · 1.34 KB

Console Server

Introduction

Kraken Server is the instance of console lister, that allows you to invoke all of your CLI commands remotely. It has to be created and run all the time alongside your application.

{notice} Kraken Server is designed to work transparently, so your application won't be able to detect or react to its downtimes. On test or dev environments it is not an issue, however before publishing your application we strongly recommend you to read deployment section.

Working With Server

Starting Server

To start the server simply run:

kraken.server

Stopping Server

The only way to stop console server is to send SIGTERM signal to its process or close it via your system process manager. You can either store its pid on creation or search for process kraken.server.

Restart Behaviour

It is totally safe to restart kraken.server instance during your application run, as it does not affect workflow of any of the containers.