pinterest/corman

Name: corman

Owner: Pinterest

Description: Configuration reload manager for Erlang applications

Created: 2015-04-22 00:06:28.0

Updated: 2017-03-10 16:34:03.0

Pushed: 2016-09-01 23:56:32.0

Homepage: null

Size: 280

Language: Erlang

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

corman

Tools to reconfigure Erlang applications and supervisors.

corman.erl

COnfiguration Reload MAnager. Reload node configuration and call applications callbacks. This is a part of what Erlang/OTP does when rolling out a new release. This can be helpful if you do not use Erlang releases or, for some reason, need to re-read a node configuration file (usually sys.config). corman:reload() will do the job.

superman.erl

SUPErvisor Reload MANager. Start/stop/restart supervisor children according to new specifications. Usage:

superman:reconfigure_supervisor(SupRef, NewSpecs).

For more usage patterns, see superman.erl.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.