Skip to content

Make aah app reload configuration Signal configurable and also propagate this event #218

@jeevatkm

Description

@jeevatkm

The goal is to make aah app reload/reinitialize signal configurable. Currently aah app listens to SIGHUP for reinitializing app without restart on non-dev env profile (it was implemented in #123).

However in real world usage aah user need this signal value configurable and defaults to SIGHUP. So that aah user can use the signal they want e.g. SIGUSR1 and SIGUSR2.

Supported signals for reload configuration would be SIGHUP (default), SIGUSR1 and SIGUSR2.

  • Configuration signal option
  • Configuration for enable/disable hot-reload
  • Propagate this event
  • Documentation

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions