Reload the config without stopping Plume #599

Open
opened 2019-05-26 08:01:55 +00:00 by elegaanz · 0 comments
elegaanz commented 2019-05-26 08:01:55 +00:00 (Migrated from github.com)

Is your feature request related to a problem? Please describe.

Admins probably want the smaller downtime possible, and avoid loosing some internal state that may be stored by Plume (like password reset requests at the moment).

Describe the solution you'd like

Having a way to reload the configuration without actually stopping the process. A CLI flag for plume, like plume --reload-config could do the job I think. According to @igalic this kind of things is typically done by sending SIGHUP to the running process.

Describe alternatives you've considered

Additional context

Originally suggested by @igalic

**Is your feature request related to a problem? Please describe.** Admins probably want the smaller downtime possible, and avoid loosing some internal state that may be stored by Plume (like password reset requests at the moment). **Describe the solution you'd like** Having a way to reload the configuration without actually stopping the process. A CLI flag for `plume`, like `plume --reload-config` could do the job I think. According to @igalic this kind of things is typically done by sending `SIGHUP` to the running process. **~~Describe alternatives you've considered~~** **Additional context** Originally suggested by @igalic
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Plume/Plume#599
No description provided.