You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@sentry.apache.org by "Brian Towles (JIRA)" <ji...@apache.org> on 2018/08/07 20:36:00 UTC

[jira] [Created] (SENTRY-2335) Allow multiple callbacks to be run when a Signal is received.

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)