Brian Towles created SENTRY-2335:
------------------------------------
Summary: Allow multiple callbacks to be run when a Signal is
received.
Key: SENTRY-2335
URL: https://issues.apache.org/jira/browse/SENTRY-2335
Project: Sentry
Issue Type: Improvement
Components: Core
Reporter: Brian Towles
Assignee: Brian Towles
As Sentry develops, more and more items possibly need to react to signals. To
do things like reload config files without restarting the service, a signal
(like SIGHUP) is ideal. Currently Sentry only allows for one function to be
called when a signal is received, but different parts of the system may need to
react to that same signal.
This is a small change to the SigUtils to allow for multiple handlers for a
single signal.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)