Skip to content

Releases: dominiek/shoal

Bugfixes

29 Oct 16:15

Choose a tag to compare

  • Fix for Issue #1

SSL & Basic Authentication Support

04 Aug 18:00

Choose a tag to compare

v0.2.0

Bump version to v0.2.0, added authentication layers

First release of Shoal

04 Aug 10:45

Choose a tag to compare

Shoal is a modern upstart replacement. It allows you to manage a large number of processes, workers and CLI environments using a central JSON configuration.

Use-cases:

  • Centralize process/worker configuration using a single JSON config file (Avoid hundreds of upstart scripts)
  • Use a CLI and Web UI to monitor and control a large number of process/worker instances
  • Simplifying process/worker management for developers (e.g. local installs of ETL's)
  • Smart deployments: Automatically stop workers that have been removed from configuration, and start instances that were added
  • Centrally control logging, environment and restart behavior of processes